return { cNoteEntity = { Inherits = { "cBlockEntity", }, Functions = { GetNote = { { Params = { }, Returns = { { Type = "char", }, }, Desc = "Creates a new note entity. a_World may be nullptr", }, }, IncrementNote = { { Params = { }, Returns = { }, }, }, MakeSound = { { Params = { }, Returns = { }, }, }, SetNote = { { Params = { { Type = "char", Name = "a_Note", }, }, Returns = { }, }, }, }, }, }