Uses of Enum Class
net.minecraft.entity.EntityPose
Package
Description
-
Uses of EntityPose in net.minecraft.entity
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 TypeMethodDescriptionprotected Box
Entity.calculateBoundsForPose
(EntityPose pos) static boolean
Dismounting.canPlaceEntityAt
(CollisionView world, Vec3d offset, LivingEntity entity, EntityPose pose) protected float
LivingEntity.getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) 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
.LivingEntity.getDimensions
(EntityPose pose) Returns the dimensions of the entity with the givenpose
.float
Entity.getEyeHeight
(EntityPose pose) Returns the eye height forpose
.protected float
Entity.getEyeHeight
(EntityPose pose, EntityDimensions dimensions) protected final float
LivingEntity.getEyeHeight
(EntityPose pose, EntityDimensions dimensions) protected float
TntEntity.getEyeHeight
(EntityPose pose, EntityDimensions dimensions) boolean
Entity.isInPose
(EntityPose pose) void
Entity.setPose
(EntityPose pose) protected boolean
Entity.wouldPoseNotCollide
(EntityPose pose) Returnstrue
if the entity would not collide with blocks if the pose ispose
. -
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 TypeMethodDescriptionprotected float
ArmorStandEntity.getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) ArmorStandEntity.getDimensions
(EntityPose pose) Returns the dimensions of the entity with the givenpose
.protected float
ItemFrameEntity.getEyeHeight
(EntityPose pose, EntityDimensions dimensions) protected float
LeashKnotEntity.getEyeHeight
(EntityPose pose, EntityDimensions dimensions) -
Uses of EntityPose in net.minecraft.entity.mob
Modifier and TypeMethodDescriptionprotected float
AbstractPiglinEntity.getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) protected float
AbstractSkeletonEntity.getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) protected float
CaveSpiderEntity.getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) protected float
EndermanEntity.getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) protected float
EndermiteEntity.getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) protected float
GhastEntity.getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) protected float
GiantEntity.getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) protected float
GuardianEntity.getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) protected float
PhantomEntity.getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) protected float
PiglinEntity.getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) protected float
ShulkerEntity.getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) protected float
SilverfishEntity.getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) protected float
SlimeEntity.getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) protected float
SpiderEntity.getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) protected float
VexEntity.getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) protected float
WitchEntity.getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) protected float
WitherSkeletonEntity.getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) protected float
ZombieEntity.getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) protected float
ZombifiedPiglinEntity.getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) PhantomEntity.getDimensions
(EntityPose pose) Returns the dimensions of the entity with the givenpose
.SlimeEntity.getDimensions
(EntityPose pose) Returns the dimensions of the entity with the givenpose
.WardenEntity.getDimensions
(EntityPose pose) Returns the dimensions of the entity with the givenpose
. -
Uses of EntityPose in net.minecraft.entity.passive
Modifier and TypeMethodDescriptionprotected float
AbstractHorseEntity.getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) protected float
AllayEntity.getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) protected float
AxolotlEntity.getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) protected float
BatEntity.getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) protected float
BeeEntity.getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) protected float
CamelEntity.getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) protected float
CatEntity.getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) protected float
ChickenEntity.getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) protected float
CowEntity.getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) protected float
DolphinEntity.getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) protected float
FishEntity.getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) protected float
FoxEntity.getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) protected float
MerchantEntity.getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) protected float
ParrotEntity.getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) protected float
SheepEntity.getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) protected float
SnowGolemEntity.getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) protected float
SquidEntity.getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) protected float
WolfEntity.getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) CamelEntity.getDimensions
(EntityPose pose) Returns the dimensions of the entity with the givenpose
.GoatEntity.getDimensions
(EntityPose pose) Returns the dimensions of the entity with the givenpose
.PolarBearEntity.getDimensions
(EntityPose pose) Returns the dimensions of the entity with the givenpose
.PufferfishEntity.getDimensions
(EntityPose pose) Returns the dimensions of the entity with the givenpose
. -
Uses of EntityPose in net.minecraft.entity.player
Modifier and TypeFieldDescriptionprivate static final Map<EntityPose,
EntityDimensions> PlayerEntity.POSE_DIMENSIONS
Modifier and TypeMethodDescriptionfloat
PlayerEntity.getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) PlayerEntity.getDimensions
(EntityPose pose) Returns the dimensions of the entity with the givenpose
. -
Uses of EntityPose in net.minecraft.entity.projectile
Modifier and TypeMethodDescriptionprotected float
PersistentProjectileEntity.getEyeHeight
(EntityPose pose, EntityDimensions dimensions) -
Uses of EntityPose in net.minecraft.entity.vehicle
Modifier and TypeFieldDescriptionprivate static final ImmutableMap<EntityPose,
ImmutableList<Integer>> AbstractMinecartEntity.DISMOUNT_FREE_Y_SPACES_NEEDED
Modifier and TypeMethodDescriptionprotected float
BoatEntity.getEyeHeight
(EntityPose pose, EntityDimensions dimensions)