Uses of Enum Class
net.risingworld.api.worldelements.GameObject.AttachTarget
Packages that use GameObject.AttachTarget
-
Uses of GameObject.AttachTarget in net.risingworld.api.worldelements
Methods in net.risingworld.api.worldelements that return GameObject.AttachTargetModifier 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.Methods in net.risingworld.api.worldelements with parameters of type GameObject.AttachTargetModifier 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.