Uses of Enum Class
net.minecraft.world.level.material.PushReaction
Packages that use PushReaction
Package
Description
-
Uses of PushReaction in net.minecraft.world.entity
Methods in net.minecraft.world.entity that return PushReactionModifier and TypeMethodDescriptionAreaEffectCloud.getPistonPushReaction()Entity.getPistonPushReaction()Marker.getPistonPushReaction() -
Uses of PushReaction in net.minecraft.world.entity.decoration
Methods in net.minecraft.world.entity.decoration that return PushReaction -
Uses of PushReaction in net.minecraft.world.level.block
Methods in net.minecraft.world.level.block that return PushReactionModifier and TypeMethodDescriptionAmethystClusterBlock.getPistonPushReaction(BlockState p_152047_) BasePressurePlateBlock.getPistonPushReaction(BlockState p_49353_) BaseRailBlock.getPistonPushReaction(BlockState p_49415_) BedBlock.getPistonPushReaction(BlockState p_49556_) BellBlock.getPistonPushReaction(BlockState p_49765_) BuddingAmethystBlock.getPistonPushReaction(BlockState p_152733_) DoorBlock.getPistonPushReaction(BlockState p_52814_) EndRodBlock.getPistonPushReaction(BlockState p_53112_) GlazedTerracottaBlock.getPistonPushReaction(BlockState p_53683_) IceBlock.getPistonPushReaction(BlockState p_54173_) LanternBlock.getPistonPushReaction(BlockState p_153494_) PointedDripstoneBlock.getPistonPushReaction(BlockState p_154237_) ShulkerBoxBlock.getPistonPushReaction(BlockState p_56265_) StructureVoidBlock.getPistonPushReaction(BlockState p_57163_) -
Uses of PushReaction in net.minecraft.world.level.block.state
Methods in net.minecraft.world.level.block.state that return PushReactionModifier and TypeMethodDescriptionBlockBehaviour.BlockStateBase.getPistonPushReaction()BlockBehaviour.getPistonPushReaction(BlockState p_60584_) Deprecated. -
Uses of PushReaction in net.minecraft.world.level.material
Fields in net.minecraft.world.level.material declared as PushReactionModifier and TypeFieldDescriptionprivate PushReactionMaterial.Builder.pushReactionprivate final PushReactionMaterial.pushReactionMethods in net.minecraft.world.level.material that return PushReactionModifier and TypeMethodDescriptionMaterial.getPushReaction()static PushReactionReturns the enum constant of this class with the specified name.static PushReaction[]PushReaction.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.world.level.material with parameters of type PushReactionModifierConstructorDescriptionMaterial(MaterialColor p_76324_, boolean p_76325_, boolean p_76326_, boolean p_76327_, boolean p_76328_, boolean p_76329_, boolean p_76330_, PushReaction p_76331_)