return { cEnderCrystal = { Inherits = { "cEntity", }, Functions = { DisplaysBeam = { { Params = { }, Returns = { { Type = "bool", }, }, Desc = "If the EnderCrystal should send it's beam to the client and save it.", }, }, GetBeamTarget = { { Params = { }, Returns = { { Type = "Vector3", }, }, }, }, SetBeamTarget = { { Params = { { Type = "Vector3", Name = "a_BeamTarget", }, }, Returns = { }, }, }, SetDisplayBeam = { { Params = { { Type = "bool", Name = "a_DisplayBeam", }, }, Returns = { }, }, }, SetShowBottom = { { Params = { { Type = "bool", Name = "a_ShowBottom", }, }, Returns = { }, }, }, ShowsBottom = { { Params = { }, Returns = { { Type = "bool", }, }, }, }, }, }, }