Uses of Enum Class
net.minecraft.world.entity.Pose
Packages that use Pose
Package
Description
-
Uses of Pose in net.minecraft.network.syncher
Fields in net.minecraft.network.syncher with type parameters of type PoseModifier and TypeFieldDescriptionstatic final EntityDataSerializer
<Pose> EntityDataSerializers.POSE
-
Uses of Pose in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type PoseModifier 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
Methods in net.minecraft.world.entity that return PoseModifier 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.Methods in net.minecraft.world.entity that return types with arguments of type PoseModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList
<Pose> LivingEntity.getDismountPoses()
Methods in net.minecraft.world.entity with parameters of type PoseModifier and TypeMethodDescriptionprotected EntityDimensions
LivingEntity.getDefaultDimensions
(Pose pPose) AreaEffectCloud.getDimensions
(Pose pPose) Entity.getDimensions
(Pose pPose) Interaction.getDimensions
(Pose pPose) final EntityDimensions
LivingEntity.getDimensions
(Pose pPose) final float
Entity.getEyeHeight
(Pose pPose) LivingEntity.getLocalBoundsForPose
(Pose pPose) boolean
void
protected boolean
LivingEntity.wouldNotSuffocateAtTargetPose
(Pose pPose) -
Uses of Pose in net.minecraft.world.entity.animal
Methods in net.minecraft.world.entity.animal with parameters of type PoseModifier and TypeMethodDescriptionChicken.getDefaultDimensions
(Pose pPose) Cow.getDefaultDimensions
(Pose pPose) Fox.getDefaultDimensions
(Pose pPose) Panda.getDefaultDimensions
(Pose pPose) PolarBear.getDefaultDimensions
(Pose pPose) Pufferfish.getDefaultDimensions
(Pose pPose) Turtle.getDefaultDimensions
(Pose pPose) -
Uses of Pose in net.minecraft.world.entity.animal.camel
Methods in net.minecraft.world.entity.animal.camel with parameters of type Pose -
Uses of Pose in net.minecraft.world.entity.animal.goat
Methods in net.minecraft.world.entity.animal.goat with parameters of type Pose -
Uses of Pose in net.minecraft.world.entity.animal.horse
Methods in net.minecraft.world.entity.animal.horse with parameters of type PoseModifier and TypeMethodDescriptionAbstractChestedHorse.getDefaultDimensions
(Pose pPose) Horse.getDefaultDimensions
(Pose pPose) Llama.getDefaultDimensions
(Pose pPose) SkeletonHorse.getDefaultDimensions
(Pose pPose) ZombieHorse.getDefaultDimensions
(Pose pPose) -
Uses of Pose in net.minecraft.world.entity.animal.sniffer
Methods in net.minecraft.world.entity.animal.sniffer with parameters of type Pose -
Uses of Pose in net.minecraft.world.entity.boss
Methods in net.minecraft.world.entity.boss with parameters of type Pose -
Uses of Pose in net.minecraft.world.entity.decoration
Methods in net.minecraft.world.entity.decoration with parameters of type Pose -
Uses of Pose in net.minecraft.world.entity.monster
Methods in net.minecraft.world.entity.monster with parameters of type PoseModifier and TypeMethodDescriptionPhantom.getDefaultDimensions
(Pose pPose) Slime.getDefaultDimensions
(Pose pPose) Zombie.getDefaultDimensions
(Pose pPose) ZombifiedPiglin.getDefaultDimensions
(Pose pPose) -
Uses of Pose in net.minecraft.world.entity.monster.piglin
Methods in net.minecraft.world.entity.monster.piglin with parameters of type Pose -
Uses of Pose in net.minecraft.world.entity.monster.warden
Methods in net.minecraft.world.entity.monster.warden with parameters of type Pose -
Uses of Pose in net.minecraft.world.entity.player
Fields in net.minecraft.world.entity.player declared as PoseFields in net.minecraft.world.entity.player with type parameters of type PoseMethods in net.minecraft.world.entity.player that return PoseMethods in net.minecraft.world.entity.player that return types with arguments of type PoseModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList
<Pose> Player.getDismountPoses()
Methods in net.minecraft.world.entity.player with parameters of type PoseModifier and TypeMethodDescriptionprotected boolean
Player.canPlayerFitWithinBlocksAndEntitiesWhen
(Pose pPose) Player.getDefaultDimensions
(Pose pPose) void
Player.setForcedPose
(Pose pose) Neo: Force a pose for the player. -
Uses of Pose in net.minecraft.world.entity.vehicle
Fields in net.minecraft.world.entity.vehicle with type parameters of type PoseModifier and TypeFieldDescriptionprivate static final com.google.common.collect.ImmutableMap
<Pose, com.google.common.collect.ImmutableList<Integer>> AbstractMinecart.POSE_DISMOUNT_HEIGHTS
Methods in net.minecraft.world.entity.vehicle with parameters of type PoseModifier and TypeMethodDescriptionstatic boolean
DismountHelper.canDismountTo
(CollisionGetter pLevel, Vec3 pOffset, LivingEntity pPassenger, Pose pPose) -
Uses of Pose in net.neoforged.neoforge.event
Methods in net.neoforged.neoforge.event with parameters of type PoseModifier 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
Fields in net.neoforged.neoforge.event.entity declared as PoseMethods in net.neoforged.neoforge.event.entity that return PoseConstructors in net.neoforged.neoforge.event.entity with parameters of type PoseModifierConstructorDescriptionSize
(Entity entity, Pose pose, EntityDimensions size) Size
(Entity entity, Pose pose, EntityDimensions oldSize, EntityDimensions newSize) -
Uses of Pose in net.neoforged.neoforge.oldtest.entity
Methods in net.neoforged.neoforge.oldtest.entity with parameters of type Pose