Uses of Enum Class
com.comphenix.protocol.wrappers.EnumWrappers.Direction
Packages that use EnumWrappers.Direction
-
Uses of EnumWrappers.Direction in com.comphenix.protocol.events
Methods in com.comphenix.protocol.events that return types with arguments of type EnumWrappers.DirectionModifier and TypeMethodDescriptionAbstractStructure.getDirections()Retrieve a read/write structure for the Direction enum in 1.10. -
Uses of EnumWrappers.Direction in com.comphenix.protocol.wrappers
Methods in com.comphenix.protocol.wrappers that return EnumWrappers.DirectionModifier and TypeMethodDescriptionMovingObjectPositionBlock.getDirection()static EnumWrappers.DirectionReturns the enum constant of this class with the specified name.static EnumWrappers.Direction[]EnumWrappers.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.comphenix.protocol.wrappers that return types with arguments of type EnumWrappers.DirectionMethods in com.comphenix.protocol.wrappers with parameters of type EnumWrappers.DirectionModifier and TypeMethodDescriptionvoidMovingObjectPositionBlock.setDirection(EnumWrappers.Direction direction)Constructors in com.comphenix.protocol.wrappers with parameters of type EnumWrappers.DirectionModifierConstructorDescriptionMovingObjectPositionBlock(BlockPosition position, org.bukkit.util.Vector posVector, EnumWrappers.Direction direction, boolean insideBlock)