Uses of Enum Class
net.minecraft.world.level.material.PushReaction
Package
Description
-
Uses of PushReaction in net.minecraft.world.entity
Modifier and TypeMethodDescriptionAreaEffectCloud.getPistonPushReaction()
Display.getPistonPushReaction()
Entity.getPistonPushReaction()
Interaction.getPistonPushReaction()
Marker.getPistonPushReaction()
-
Uses of PushReaction in net.minecraft.world.entity.decoration
-
Uses of PushReaction in net.minecraft.world.level.block.state
Modifier and TypeFieldDescriptionprivate final PushReaction
BlockBehaviour.BlockStateBase.pushReaction
(package private) PushReaction
BlockBehaviour.Properties.pushReaction
-
Uses of PushReaction in net.minecraft.world.level.material
Modifier and TypeMethodDescriptionstatic 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. -
Uses of PushReaction in net.neoforged.neoforge.common.extensions
Modifier and TypeMethodDescriptiondefault @Nullable PushReaction
IBlockExtension.getPistonPushReaction
(BlockState state) Returns the reaction of the block when pushed or pulled by a piston.