Uses of Enum Class
net.minecraft.block.piston.PistonBehavior
Packages that use PistonBehavior
Package
Description
-
Uses of PistonBehavior in net.minecraft
Methods in net.minecraft that return PistonBehaviorModifier and TypeMethodDescriptionclass_3011.getPistonBehavior(BlockState state) class_3066.getPistonBehavior(BlockState state) class_3209.getPistonBehavior(BlockState state) -
Uses of PistonBehavior in net.minecraft.block
Fields in net.minecraft.block declared as PistonBehaviorModifier and TypeFieldDescriptionprivate PistonBehaviorMaterial.class_4031.field_19501private final PistonBehaviorMaterial.pistonBehaviorMethods in net.minecraft.block that return PistonBehaviorModifier and TypeMethodDescriptionAbstractPressurePlateBlock.getPistonBehavior(BlockState state) AbstractRailBlock.getPistonBehavior(BlockState state) BedBlock.getPistonBehavior(BlockState state) Block.getPistonBehavior(BlockState state) Deprecated.DoorBlock.getPistonBehavior(BlockState state) EndRodBlock.getPistonBehavior(BlockState state) IceBlock.getPistonBehavior(BlockState state) Material.getPistonBehavior()default PistonBehaviorBlockState.method_16911()Constructors in net.minecraft.block with parameters of type PistonBehaviorModifierConstructorDescriptionMaterial(MaterialColor materialColor, boolean bool, boolean bool2, boolean bool3, boolean bool4, boolean bool5, boolean bool6, boolean bool7, PistonBehavior pistonBehavior) -
Uses of PistonBehavior in net.minecraft.block.piston
Methods in net.minecraft.block.piston that return PistonBehaviorModifier and TypeMethodDescriptionstatic PistonBehaviorReturns 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()Entity.getPistonBehavior() -
Uses of PistonBehavior in net.minecraft.entity.decoration
Methods in net.minecraft.entity.decoration that return PistonBehavior