Uses of Enum Class
games.stendhal.server.entity.CollisionAction
Packages that use CollisionAction
Package
Description
Entities are all the interactive objects of the gaming world
(including players, NPCs, creatures, items, signs, chests, portals, ...)
-
Uses of CollisionAction in games.stendhal.server.entity
Methods in games.stendhal.server.entity that return CollisionActionModifier and TypeMethodDescriptionGuidedEntity.getCollisionAction()static CollisionActionReturns the enum constant of this class with the specified name.static CollisionAction[]CollisionAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in games.stendhal.server.entity with parameters of type CollisionActionModifier and TypeMethodDescriptionvoidGuidedEntity.setCollisionAction(CollisionAction action) Set the action type to take when entity collides.