Uses of Enum Class
net.risingworld.api.worldelements.GameObject.AttachTarget
Packages that use GameObject.AttachTarget
- 
Uses of GameObject.AttachTarget in net.risingworld.api.worldelementsMethods in net.risingworld.api.worldelements that return GameObject.AttachTargetModifier and TypeMethodDescriptionstatic GameObject.AttachTargetReturns 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 TypeMethodDescriptionvoidGameObject.attachTo(Npc npc, GameObject.AttachTarget target) Attaches the game object to an npc.voidGameObject.attachTo(Player player, GameObject.AttachTarget target) Attaches the game object to a player.