Uses of Enum Class
net.minecraft.entity.EntityPose
Package
Description
-
Uses of EntityPose in net.minecraft.entity
Modifier and TypeFieldDescriptionstatic final IntFunction
<EntityPose> EntityPose.INDEX_TO_VALUE
static final PacketCodec
<ByteBuf, EntityPose> EntityPose.PACKET_CODEC
protected static final TrackedData
<EntityPose> Entity.POSE
Modifier and TypeMethodDescriptionEntity.getPose()
static EntityPose
Returns the enum constant of this class with the specified name.static EntityPose[]
EntityPose.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic boolean
Dismounting.canPlaceEntityAt
(CollisionView world, Vec3d offset, LivingEntity entity, EntityPose pose) protected EntityDimensions
LivingEntity.getBaseDimensions
(EntityPose pose) LivingEntity.getBoundingBox
(EntityPose pose) AreaEffectCloudEntity.getDimensions
(EntityPose pose) Returns the dimensions of the entity with the givenpose
.Entity.getDimensions
(EntityPose pose) Returns the dimensions of the entity with the givenpose
.final EntityDimensions
LivingEntity.getDimensions
(EntityPose pose) Returns the dimensions of the entity with the givenpose
.final float
Entity.getEyeHeight
(EntityPose pose) Returns the eye height forpose
.boolean
Entity.isInPose
(EntityPose pose) void
Entity.setPose
(EntityPose pose) protected boolean
LivingEntity.wouldNotSuffocateInPose
(EntityPose pose) -
Uses of EntityPose in net.minecraft.entity.boss.dragon
Modifier and TypeMethodDescriptionEnderDragonPart.getDimensions
(EntityPose pose) Returns the dimensions of the entity with the givenpose
. -
Uses of EntityPose in net.minecraft.entity.data
Modifier and TypeFieldDescriptionstatic final TrackedDataHandler
<EntityPose> TrackedDataHandlerRegistry.ENTITY_POSE
-
Uses of EntityPose in net.minecraft.entity.decoration
Modifier and TypeMethodDescriptionArmorStandEntity.getBaseDimensions
(EntityPose pose) InteractionEntity.getDimensions
(EntityPose pose) Returns the dimensions of the entity with the givenpose
. -
Uses of EntityPose in net.minecraft.entity.mob
Modifier and TypeMethodDescriptionPhantomEntity.getBaseDimensions
(EntityPose pose) PiglinEntity.getBaseDimensions
(EntityPose pose) SkeletonHorseEntity.getBaseDimensions
(EntityPose pose) SlimeEntity.getBaseDimensions
(EntityPose pose) WardenEntity.getBaseDimensions
(EntityPose pose) ZombieEntity.getBaseDimensions
(EntityPose pose) ZombieHorseEntity.getBaseDimensions
(EntityPose pose) ZombifiedPiglinEntity.getBaseDimensions
(EntityPose pose) -
Uses of EntityPose in net.minecraft.entity.passive
Modifier and TypeMethodDescriptionAbstractDonkeyEntity.getBaseDimensions
(EntityPose pose) CamelEntity.getBaseDimensions
(EntityPose pose) ChickenEntity.getBaseDimensions
(EntityPose pose) CowEntity.getBaseDimensions
(EntityPose pose) FoxEntity.getBaseDimensions
(EntityPose pose) GoatEntity.getBaseDimensions
(EntityPose pose) HorseEntity.getBaseDimensions
(EntityPose pose) LlamaEntity.getBaseDimensions
(EntityPose pose) PandaEntity.getBaseDimensions
(EntityPose pose) PolarBearEntity.getBaseDimensions
(EntityPose pose) PufferfishEntity.getBaseDimensions
(EntityPose pose) SnifferEntity.getBaseDimensions
(EntityPose pose) TurtleEntity.getBaseDimensions
(EntityPose pose) -
Uses of EntityPose in net.minecraft.entity.player
Modifier and TypeFieldDescriptionprivate static final Map
<EntityPose, EntityDimensions> PlayerEntity.POSE_DIMENSIONS
Modifier and TypeMethodDescriptionprotected boolean
PlayerEntity.canChangeIntoPose
(EntityPose pose) PlayerEntity.getBaseDimensions
(EntityPose pose) -
Uses of EntityPose in net.minecraft.entity.vehicle
Modifier and TypeFieldDescriptionprivate static final ImmutableMap
<EntityPose, ImmutableList<Integer>> AbstractMinecartEntity.DISMOUNT_FREE_Y_SPACES_NEEDED