Uses of Enum Class
net.risingworld.api.worldelements.GameObject.AttachTarget
-
Uses of GameObject.AttachTarget in net.risingworld.api.worldelements
Modifier and TypeMethodDescriptionstatic GameObject.AttachTarget
Returns the enum constant of this class with the specified name.static GameObject.AttachTarget[]
GameObject.AttachTarget.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
GameObject.attachTo
(Npc npc, GameObject.AttachTarget target) Attaches the game object to an npc.void
GameObject.attachTo
(Player player, GameObject.AttachTarget target) Attaches the game object to a player.