Uses of Enum Class
net.minecraft.world.entity.Pose
Package
Description
-
Uses of Pose in net.minecraft.network.syncher
Modifier and TypeFieldDescriptionstatic final EntityDataSerializer
<Pose> EntityDataSerializers.POSE
-
Uses of Pose in net.minecraft.world.entity
Modifier and TypeFieldDescriptionstatic final IntFunction
<Pose> Pose.BY_ID
protected static final EntityDataAccessor
<Pose> Entity.DATA_POSE
static final StreamCodec
<io.netty.buffer.ByteBuf, Pose> Pose.STREAM_CODEC
Modifier and TypeMethodDescriptionEntity.getPose()
static Pose
Returns the enum constant of this class with the specified name.static Pose[]
Pose.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList
<Pose> LivingEntity.getDismountPoses()
Modifier and TypeMethodDescriptionprotected EntityDimensions
LivingEntity.getDefaultDimensions
(Pose p_316700_) AreaEffectCloud.getDimensions
(Pose p_19721_) Entity.getDimensions
(Pose p_19975_) Interaction.getDimensions
(Pose p_273111_) final EntityDimensions
LivingEntity.getDimensions
(Pose p_21047_) final float
Entity.getEyeHeight
(Pose p_20237_) LivingEntity.getLocalBoundsForPose
(Pose p_21271_) boolean
void
protected boolean
LivingEntity.wouldNotSuffocateAtTargetPose
(Pose p_294977_) -
Uses of Pose in net.minecraft.world.entity.animal
Modifier and TypeMethodDescriptionChicken.getDefaultDimensions
(Pose p_316516_) Cow.getDefaultDimensions
(Pose p_316185_) Fox.getDefaultDimensions
(Pose p_316477_) Panda.getDefaultDimensions
(Pose p_316677_) PolarBear.getDefaultDimensions
(Pose p_316644_) Pufferfish.getDefaultDimensions
(Pose p_316231_) Turtle.getDefaultDimensions
(Pose p_316685_) -
Uses of Pose in net.minecraft.world.entity.animal.camel
-
Uses of Pose in net.minecraft.world.entity.animal.goat
-
Uses of Pose in net.minecraft.world.entity.animal.horse
Modifier and TypeMethodDescriptionAbstractChestedHorse.getDefaultDimensions
(Pose p_316142_) Horse.getDefaultDimensions
(Pose p_316325_) Llama.getDefaultDimensions
(Pose p_316494_) SkeletonHorse.getDefaultDimensions
(Pose p_316222_) ZombieHorse.getDefaultDimensions
(Pose p_316239_) -
Uses of Pose in net.minecraft.world.entity.animal.sniffer
-
Uses of Pose in net.minecraft.world.entity.boss
-
Uses of Pose in net.minecraft.world.entity.decoration
-
Uses of Pose in net.minecraft.world.entity.monster
Modifier and TypeMethodDescriptionPhantom.getDefaultDimensions
(Pose p_316501_) Slime.getDefaultDimensions
(Pose p_316359_) Zombie.getDefaultDimensions
(Pose p_316771_) ZombifiedPiglin.getDefaultDimensions
(Pose p_316887_) -
Uses of Pose in net.minecraft.world.entity.monster.piglin
-
Uses of Pose in net.minecraft.world.entity.monster.warden
-
Uses of Pose in net.minecraft.world.entity.player
Modifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList
<Pose> Player.getDismountPoses()
Modifier and TypeMethodDescriptionprotected boolean
Player.canPlayerFitWithinBlocksAndEntitiesWhen
(Pose p_294172_) Player.getDefaultDimensions
(Pose p_36166_) void
Player.setForcedPose
(Pose pose) Neo: Force a pose for the player. -
Uses of Pose in net.minecraft.world.entity.vehicle
Modifier and TypeFieldDescriptionprivate static final com.google.common.collect.ImmutableMap
<Pose, com.google.common.collect.ImmutableList<Integer>> AbstractMinecart.POSE_DISMOUNT_HEIGHTS
Modifier and TypeMethodDescriptionstatic boolean
DismountHelper.canDismountTo
(CollisionGetter p_150280_, Vec3 p_150281_, LivingEntity p_150282_, Pose p_150283_) -
Uses of Pose in net.neoforged.neoforge.event
Modifier and TypeMethodDescriptionstatic EntityEvent.Size
EventHooks.getEntitySizeForge
(Entity entity, Pose pose, EntityDimensions size) static EntityEvent.Size
EventHooks.getEntitySizeForge
(Entity entity, Pose pose, EntityDimensions oldSize, EntityDimensions newSize) -
Uses of Pose in net.neoforged.neoforge.event.entity
ModifierConstructorDescriptionSize
(Entity entity, Pose pose, EntityDimensions size) Size
(Entity entity, Pose pose, EntityDimensions oldSize, EntityDimensions newSize)