Uses of Enum Class
org.geysermc.geyser.level.physics.PistonBehavior
Packages that use PistonBehavior
-
Uses of PistonBehavior in org.geysermc.geyser.level.physics
Fields in org.geysermc.geyser.level.physics declared as PistonBehaviorMethods in org.geysermc.geyser.level.physics that return PistonBehaviorModifier and TypeMethodDescriptionstatic PistonBehavior
static PistonBehavior
Returns the enum constant of this class with the specified name.static PistonBehavior[]
PistonBehavior.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PistonBehavior in org.geysermc.geyser.registry.type
Methods in org.geysermc.geyser.registry.type that return PistonBehaviorMethods in org.geysermc.geyser.registry.type with parameters of type PistonBehaviorModifier and TypeMethodDescriptionBlockMapping.BlockMappingBuilder.pistonBehavior(PistonBehavior pistonBehavior)