Uses of Enum Class
net.minecraft.block.piston.PistonBehavior
Packages that use PistonBehavior
Package
Description
The base package for all Minecraft classes.
-
Uses of PistonBehavior in net.minecraft
Methods in net.minecraft that return PistonBehaviorModifier and TypeMethodDescriptionclass_8113.getPistonBehavior()
Returns the behavior of the piston for this entity. -
Uses of PistonBehavior in net.minecraft.block
Fields in net.minecraft.block declared as PistonBehaviorModifier and TypeFieldDescriptionprivate PistonBehavior
Material.Builder.pistonBehavior
private final PistonBehavior
Material.pistonBehavior
Methods in net.minecraft.block that return PistonBehaviorModifier 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.Constructors in net.minecraft.block with parameters of type PistonBehaviorModifierConstructorDescriptionMaterial
(MapColor color, boolean liquid, boolean solid, boolean blocksMovement, boolean blocksLight, boolean burnable, boolean replaceable, 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.
AbstractBlock.AbstractBlockState.getPistonBehavior()
instead.