Uses of Record Class
net.minecraft.entity.EntityDimensions
Package
Description
-
Uses of EntityDimensions in net.minecraft.entity
Modifier and TypeFieldDescriptionprivate EntityDimensions
Entity.dimensions
private EntityDimensions
EntityType.Builder.dimensions
private final EntityDimensions
EntityType.dimensions
protected static final EntityDimensions
LivingEntity.SLEEPING_DIMENSIONS
Modifier and TypeMethodDescriptionstatic EntityDimensions
EntityDimensions.changing
(float width, float height) static EntityDimensions
EntityDimensions.fixed
(float width, float height) protected EntityDimensions
LivingEntity.getBaseDimensions
(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
.EntityType.getDimensions()
final EntityDimensions
LivingEntity.getDimensions
(EntityPose pose) Returns the dimensions of the entity with the givenpose
.EntityDimensions.scaled
(float ratio) EntityDimensions.scaled
(float widthRatio, float heightRatio) EntityDimensions.withAttachments
(EntityAttachments.Builder attachments) EntityDimensions.withEyeHeight
(float eyeHeight) Modifier and TypeMethodDescriptionprotected Vec3d
Entity.getPassengerAttachmentPos
(Entity passenger, EntityDimensions dimensions, float scaleFactor) ModifierConstructorDescriptionEntityType
(EntityType.EntityFactory<T> factory, SpawnGroup spawnGroup, boolean saveable, boolean summonable, boolean fireImmune, boolean spawnableFarFromPlayer, ImmutableSet<Block> canSpawnInside, EntityDimensions dimensions, float spawnBoxScale, int maxTrackDistance, int trackTickInterval, FeatureSet requiredFeatures) -
Uses of EntityDimensions in net.minecraft.entity.boss.dragon
Modifier and TypeMethodDescriptionEnderDragonPart.getDimensions
(EntityPose pose) Returns the dimensions of the entity with the givenpose
. -
Uses of EntityDimensions in net.minecraft.entity.decoration
Modifier and TypeFieldDescriptionprivate static final EntityDimensions
ArmorStandEntity.MARKER_DIMENSIONS
private static final EntityDimensions
ArmorStandEntity.SMALL_DIMENSIONS
Modifier and TypeMethodDescriptionArmorStandEntity.getBaseDimensions
(EntityPose pose) private EntityDimensions
ArmorStandEntity.getDimensions
(boolean marker) private EntityDimensions
InteractionEntity.getDimensions()
InteractionEntity.getDimensions
(EntityPose pose) Returns the dimensions of the entity with the givenpose
. -
Uses of EntityDimensions in net.minecraft.entity.mob
Modifier and TypeFieldDescriptionprivate static final EntityDimensions
PiglinEntity.BABY_BASE_DIMENSIONS
private static final EntityDimensions
SkeletonHorseEntity.BABY_BASE_DIMENSIONS
private static final EntityDimensions
ZombieEntity.BABY_BASE_DIMENSIONS
private static final EntityDimensions
ZombieHorseEntity.BABY_BASE_DIMENSIONS
private static final EntityDimensions
ZombifiedPiglinEntity.BABY_BASE_DIMENSIONS
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) Modifier and TypeMethodDescriptionprotected Vec3d
SlimeEntity.getPassengerAttachmentPos
(Entity passenger, EntityDimensions dimensions, float scaleFactor) -
Uses of EntityDimensions in net.minecraft.entity.passive
Modifier and TypeFieldDescriptionprivate static final EntityDimensions
ChickenEntity.BABY_BASE_DIMENSIONS
private static final EntityDimensions
CowEntity.BABY_BASE_DIMENSIONS
private static final EntityDimensions
FoxEntity.BABY_BASE_DIMENSIONS
private static final EntityDimensions
HorseEntity.BABY_BASE_DIMENSIONS
private static final EntityDimensions
LlamaEntity.BABY_BASE_DIMENSIONS
private static final EntityDimensions
PandaEntity.BABY_BASE_DIMENSIONS
private static final EntityDimensions
TurtleEntity.BABY_BASE_DIMENSIONS
private final EntityDimensions
AbstractDonkeyEntity.babyBaseDimensions
private static final EntityDimensions
SnifferEntity.DIMENSIONS
static final EntityDimensions
GoatEntity.LONG_JUMPING_DIMENSIONS
private static final EntityDimensions
CamelEntity.SITTING_DIMENSIONS
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) Modifier and TypeMethodDescriptionprotected Vec3d
AbstractHorseEntity.getPassengerAttachmentPos
(Entity passenger, EntityDimensions dimensions, float scaleFactor) protected Vec3d
CamelEntity.getPassengerAttachmentPos
(Entity passenger, EntityDimensions dimensions, float scaleFactor) protected Vec3d
LlamaEntity.getPassengerAttachmentPos
(Entity passenger, EntityDimensions dimensions, float scaleFactor) protected Vec3d
StriderEntity.getPassengerAttachmentPos
(Entity passenger, EntityDimensions dimensions, float scaleFactor) private double
CamelEntity.getPassengerAttachmentY
(boolean primaryPassenger, float tickDelta, EntityDimensions dimensions, float scaleFactor) -
Uses of EntityDimensions in net.minecraft.entity.player
Modifier and TypeFieldDescriptionprivate static final Map
<EntityPose, EntityDimensions> PlayerEntity.POSE_DIMENSIONS
-
Uses of EntityDimensions in net.minecraft.entity.vehicle
Modifier and TypeMethodDescriptionprotected Vec3d
AbstractMinecartEntity.getPassengerAttachmentPos
(Entity passenger, EntityDimensions dimensions, float scaleFactor) protected Vec3d
BoatEntity.getPassengerAttachmentPos
(Entity passenger, EntityDimensions dimensions, float scaleFactor) -
Uses of EntityDimensions in net.minecraft.util.math
Modifier and TypeMethodDescriptionprivate static boolean
LongJumpUtil.isPathClear
(MobEntity entity, EntityDimensions dimensions, Vec3d prevPos, Vec3d nextPos) -
Uses of EntityDimensions in net.minecraft.world.dimension
Modifier and TypeMethodDescriptionstatic Vec3d
NetherPortal.entityPosInPortal
(BlockLocating.Rectangle portalRect, Direction.Axis portalAxis, Vec3d entityPos, EntityDimensions entityDimensions) private static Vec3d
NetherPortal.findOpenPosition
(Vec3d fallback, ServerWorld world, Entity entity, EntityDimensions dimensions)