Uses of Enum Class
net.minecraft.block.piston.PistonBehavior
Packages that use PistonBehavior
Package
Description
-
Uses of PistonBehavior in net.minecraft.block
Fields in net.minecraft.block declared as PistonBehaviorModifier and TypeFieldDescriptionprivate final PistonBehavior
AbstractBlock.AbstractBlockState.field_43393
(package private) PistonBehavior
AbstractBlock.Settings.field_43395
Methods in net.minecraft.block that return PistonBehaviorMethods in net.minecraft.block with parameters of type PistonBehaviorModifier and TypeMethodDescriptionAbstractBlock.Settings.method_50012
(PistonBehavior pistonBehavior) -
Uses of PistonBehavior in net.minecraft.block.piston
Methods in net.minecraft.block.piston that return PistonBehaviorModifier and TypeMethodDescriptionstatic 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 net.minecraft.entity
Methods in net.minecraft.entity that return PistonBehaviorModifier and TypeMethodDescriptionAreaEffectCloudEntity.getPistonBehavior()
Returns the behavior of the piston for this entity.Entity.getPistonBehavior()
Returns the behavior of the piston for this entity.MarkerEntity.getPistonBehavior()
Returns the behavior of the piston for this entity. -
Uses of PistonBehavior in net.minecraft.entity.decoration
Methods in net.minecraft.entity.decoration that return PistonBehaviorModifier and TypeMethodDescriptionArmorStandEntity.getPistonBehavior()
Returns the behavior of the piston for this entity.DisplayEntity.getPistonBehavior()
Returns the behavior of the piston for this entity.InteractionEntity.getPistonBehavior()
Returns the behavior of the piston for this entity.