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()Display.getPistonPushReaction()Entity.getPistonPushReaction()Interaction.getPistonPushReaction()Marker.getPistonPushReaction()OminousItemSpawner.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.state
Fields 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.material
Methods 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.extensions
Methods 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.