Uses of Enum Class
net.minecraft.world.level.material.PushReaction
Packages that use PushReaction
Package
Description
- 
Uses of PushReaction in net.minecraft.world.entityMethods in net.minecraft.world.entity that return PushReactionModifier and TypeMethodDescriptionAreaEffectCloud.getPistonPushReaction()Display.getPistonPushReaction()Entity.getPistonPushReaction()Interaction.getPistonPushReaction()Marker.getPistonPushReaction()
- 
Uses of PushReaction in net.minecraft.world.entity.decorationMethods in net.minecraft.world.entity.decoration that return PushReaction
- 
Uses of PushReaction in net.minecraft.world.level.block.stateFields in net.minecraft.world.level.block.state declared as PushReactionModifier and TypeFieldDescriptionprivate final PushReactionBlockBehaviour.BlockStateBase.pushReaction(package private) PushReactionBlockBehaviour.Properties.pushReactionMethods in net.minecraft.world.level.block.state that return PushReactionMethods in net.minecraft.world.level.block.state with parameters of type PushReaction
- 
Uses of PushReaction in net.minecraft.world.level.materialMethods in net.minecraft.world.level.material that return PushReactionModifier and TypeMethodDescriptionstatic 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.
- 
Uses of PushReaction in net.neoforged.neoforge.common.extensionsMethods in net.neoforged.neoforge.common.extensions that return PushReactionModifier and TypeMethodDescriptiondefault @Nullable PushReactionIBlockExtension.getPistonPushReaction(BlockState state) Returns the reaction of the block when pushed or pulled by a piston.