Uses of Enum Class
net.minecraft.block.material.PushReaction
Packages that use PushReaction
Package
Description
-
Uses of PushReaction in net.minecraft.block
Methods in net.minecraft.block that return PushReactionModifier and TypeMethodDescriptionAbstractBlock.AbstractBlockState.getPistonPushReaction()
AbstractBlock.getPistonPushReaction
(BlockState p_149656_1_) Deprecated.AbstractPressurePlateBlock.getPistonPushReaction
(BlockState p_149656_1_) AbstractRailBlock.getPistonPushReaction
(BlockState p_149656_1_) BedBlock.getPistonPushReaction
(BlockState p_149656_1_) BellBlock.getPistonPushReaction
(BlockState p_149656_1_) DoorBlock.getPistonPushReaction
(BlockState p_149656_1_) EndRodBlock.getPistonPushReaction
(BlockState p_149656_1_) GlazedTerracottaBlock.getPistonPushReaction
(BlockState p_149656_1_) IceBlock.getPistonPushReaction
(BlockState p_149656_1_) LanternBlock.getPistonPushReaction
(BlockState p_149656_1_) ShulkerBoxBlock.getPistonPushReaction
(BlockState p_149656_1_) StructureVoidBlock.getPistonPushReaction
(BlockState p_149656_1_) -
Uses of PushReaction in net.minecraft.block.material
Fields in net.minecraft.block.material declared as PushReactionModifier and TypeFieldDescriptionprivate PushReaction
Material.Builder.pushReaction
private final PushReaction
Material.pushReaction
Methods in net.minecraft.block.material that return PushReactionModifier and TypeMethodDescriptionMaterial.getPushReaction()
static PushReaction
Returns 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.block.material with parameters of type PushReactionModifierConstructorDescriptionMaterial
(MaterialColor p_i232146_1_, boolean p_i232146_2_, boolean p_i232146_3_, boolean p_i232146_4_, boolean p_i232146_5_, boolean p_i232146_6_, boolean p_i232146_7_, PushReaction p_i232146_8_) -
Uses of PushReaction in net.minecraft.entity
Methods in net.minecraft.entity that return PushReactionModifier and TypeMethodDescriptionAreaEffectCloudEntity.getPistonPushReaction()
Entity.getPistonPushReaction()
-
Uses of PushReaction in net.minecraft.entity.item
Methods in net.minecraft.entity.item that return PushReaction