Uses of Enum Class
net.minecraft.block.piston.PistonBehavior
Package
Description
-
Uses of PistonBehavior in net.minecraft.block
Modifier and TypeFieldDescriptionprivate PistonBehavior
Material.Builder.pistonBehavior
private final PistonBehavior
Material.pistonBehavior
Modifier and TypeMethodDescriptionAbstractBlock.AbstractBlockState.getPistonBehavior()
AbstractBlock.getPistonBehavior
(BlockState state) Deprecated.AbstractPressurePlateBlock.getPistonBehavior
(BlockState state) Returns how the piston should handle the block.AbstractRailBlock.getPistonBehavior
(BlockState state) Returns how the piston should handle the block.AmethystClusterBlock.getPistonBehavior
(BlockState state) Returns how the piston should handle the block.BedBlock.getPistonBehavior
(BlockState state) Returns how the piston should handle the block.BellBlock.getPistonBehavior
(BlockState state) Returns how the piston should handle the block.BuddingAmethystBlock.getPistonBehavior
(BlockState state) Returns how the piston should handle the block.DoorBlock.getPistonBehavior
(BlockState state) Returns how the piston should handle the block.EndRodBlock.getPistonBehavior
(BlockState state) Returns how the piston should handle the block.GlazedTerracottaBlock.getPistonBehavior
(BlockState state) Returns how the piston should handle the block.IceBlock.getPistonBehavior
(BlockState state) Returns how the piston should handle the block.LanternBlock.getPistonBehavior
(BlockState state) Returns how the piston should handle the block.Material.getPistonBehavior()
PointedDripstoneBlock.getPistonBehavior
(BlockState state) Returns how the piston should handle the block.SculkVeinBlock.getPistonBehavior
(BlockState state) Returns how the piston should handle the block.ShulkerBoxBlock.getPistonBehavior
(BlockState state) Returns how the piston should handle the block.StructureVoidBlock.getPistonBehavior
(BlockState state) Returns how the piston should handle the block.SuspiciousSandBlock.getPistonBehavior
(BlockState state) Returns how the piston should handle the block.ModifierConstructorDescriptionMaterial
(MapColor color, boolean liquid, boolean solid, boolean blocksMovement, boolean blocksLight, boolean burnable, boolean replaceable, PistonBehavior pistonBehavior) -
Uses of PistonBehavior in net.minecraft.block.piston
Modifier 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
Modifier 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
Modifier 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.
AbstractBlock.AbstractBlockState.getPistonBehavior()
instead.