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) -
Uses of PistonBehavior in net.minecraft.block
Fields in net.minecraft.block declared as PistonBehaviorMethods in net.minecraft.block that return PistonBehaviorModifier and TypeMethodDescriptionAbstractPressurePlateBlock.getPistonBehavior(BlockState state) AbstractRailBlock.getPistonBehavior(BlockState state) BaseBlockState.getPistonBehavior()BedBlock.getPistonBehavior(BlockState state) Block.getPistonBehavior(BlockState state) Deprecated.DoorBlock.getPistonBehavior(BlockState state) EndRodBlock.getPistonBehavior(BlockState state) IceBlock.getPistonBehavior(BlockState state) Material.getPistonBehavior() -
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 -
Uses of PistonBehavior in net.minecraft.state
Methods in net.minecraft.state that return PistonBehavior