Uses of Class
net.minecraft.block.material.PushReaction
-
Packages that use PushReaction Package Description net.minecraft.block net.minecraft.block.material net.minecraft.entity net.minecraft.entity.item -
-
Uses of PushReaction in net.minecraft.block
-
Uses of PushReaction in net.minecraft.block.material
Fields in net.minecraft.block.material declared as PushReaction Modifier and Type Field Description private PushReactionMaterial.Builder. pushReactionprivate PushReactionMaterial. pushReactionMethods in net.minecraft.block.material that return PushReaction Modifier and Type Method Description PushReactionMaterial. getPushReaction()static PushReactionPushReaction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PushReaction[]PushReaction. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.minecraft.block.material with parameters of type PushReaction Constructor Description Material(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 PushReaction Modifier and Type Method Description PushReactionAreaEffectCloudEntity. getPistonPushReaction()PushReactionEntity. getPistonPushReaction() -
Uses of PushReaction in net.minecraft.entity.item
Methods in net.minecraft.entity.item that return PushReaction Modifier and Type Method Description PushReactionArmorStandEntity. getPistonPushReaction()
-