Uses of Record Class
net.minecraft.entity.EntityDimensions
Packages that use EntityDimensions
Package
Description
-
Uses of EntityDimensions in net.minecraft.entity
Fields in net.minecraft.entity declared as EntityDimensionsModifier and TypeFieldDescriptionprivate EntityDimensionsEntity.dimensionsprivate EntityDimensionsEntityType.Builder.dimensionsprivate final EntityDimensionsEntityType.dimensionsprotected static final EntityDimensionsLivingEntity.SLEEPING_DIMENSIONSMethods in net.minecraft.entity that return EntityDimensionsModifier and TypeMethodDescriptionstatic EntityDimensionsEntityDimensions.changing(float width, float height) static EntityDimensionsEntityDimensions.fixed(float width, float height) 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 EntityDimensionsLivingEntity.getDimensions(EntityPose pose) Returns the dimensions of the entity with the givenpose.EntityDimensions.method_55684(class_9066.class_9067 class_9067) EntityDimensions.method_55685(float float2) protected EntityDimensionsLivingEntity.method_55694(EntityPose entityPose) EntityDimensions.scaled(float ratio) EntityDimensions.scaled(float widthRatio, float heightRatio) Methods in net.minecraft.entity with parameters of type EntityDimensionsModifier and TypeMethodDescriptionprotected Vec3dEntity.getPassengerAttachmentPos(Entity passenger, EntityDimensions dimensions, float scaleFactor) Constructors in net.minecraft.entity with parameters of type EntityDimensionsModifierConstructorDescriptionEntityType(EntityType.EntityFactory<T> factory, SpawnGroup spawnGroup, boolean saveable, boolean summonable, boolean fireImmune, boolean spawnableFarFromPlayer, ImmutableSet<Block> canSpawnInside, EntityDimensions dimensions, int maxTrackDistance, int trackTickInterval, FeatureSet requiredFeatures) -
Uses of EntityDimensions in net.minecraft.entity.boss.dragon
Fields in net.minecraft.entity.boss.dragon declared as EntityDimensionsMethods in net.minecraft.entity.boss.dragon that return EntityDimensionsModifier and TypeMethodDescriptionEnderDragonPart.getDimensions(EntityPose pose) Returns the dimensions of the entity with the givenpose. -
Uses of EntityDimensions in net.minecraft.entity.decoration
Fields in net.minecraft.entity.decoration declared as EntityDimensionsModifier and TypeFieldDescriptionprivate static final EntityDimensionsArmorStandEntity.MARKER_DIMENSIONSprivate static final EntityDimensionsArmorStandEntity.SMALL_DIMENSIONSMethods in net.minecraft.entity.decoration that return EntityDimensionsModifier and TypeMethodDescriptionprivate EntityDimensionsArmorStandEntity.getDimensions(boolean marker) private EntityDimensionsInteractionEntity.getDimensions()InteractionEntity.getDimensions(EntityPose pose) Returns the dimensions of the entity with the givenpose.ArmorStandEntity.method_55694(EntityPose entityPose) -
Uses of EntityDimensions in net.minecraft.entity.mob
Fields in net.minecraft.entity.mob declared as EntityDimensionsModifier and TypeFieldDescriptionprivate static final EntityDimensionsSkeletonHorseEntity.field_47809private static final EntityDimensionsZombieHorseEntity.field_47810private static final EntityDimensionsZombieEntity.field_47811private static final EntityDimensionsZombifiedPiglinEntity.field_47812private static final EntityDimensionsPiglinEntity.field_47818Methods in net.minecraft.entity.mob that return EntityDimensionsModifier and TypeMethodDescriptionPhantomEntity.method_55694(EntityPose entityPose) PiglinEntity.method_55694(EntityPose entityPose) SkeletonHorseEntity.method_55694(EntityPose entityPose) SlimeEntity.method_55694(EntityPose entityPose) WardenEntity.method_55694(EntityPose entityPose) ZombieEntity.method_55694(EntityPose entityPose) ZombieHorseEntity.method_55694(EntityPose entityPose) ZombifiedPiglinEntity.method_55694(EntityPose entityPose) Methods in net.minecraft.entity.mob with parameters of type EntityDimensionsModifier and TypeMethodDescriptionprotected Vec3dSlimeEntity.getPassengerAttachmentPos(Entity passenger, EntityDimensions dimensions, float scaleFactor) -
Uses of EntityDimensions in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as EntityDimensionsModifier and TypeFieldDescriptionprivate static final EntityDimensionsSnifferEntity.field_44786private static final EntityDimensionsChickenEntity.field_47770private static final EntityDimensionsCowEntity.field_47771private static final EntityDimensionsFoxEntity.field_47772private static final EntityDimensionsPandaEntity.field_47773private static final EntityDimensionsTurtleEntity.field_47775private final EntityDimensionsAbstractDonkeyEntity.field_47806private static final EntityDimensionsHorseEntity.field_47807private static final EntityDimensionsLlamaEntity.field_47808static final EntityDimensionsGoatEntity.LONG_JUMPING_DIMENSIONSprivate static final EntityDimensionsCamelEntity.SITTING_DIMENSIONSMethods in net.minecraft.entity.passive that return EntityDimensionsModifier and TypeMethodDescriptionAbstractDonkeyEntity.method_55694(EntityPose entityPose) CamelEntity.method_55694(EntityPose entityPose) ChickenEntity.method_55694(EntityPose entityPose) CowEntity.method_55694(EntityPose entityPose) FoxEntity.method_55694(EntityPose entityPose) GoatEntity.method_55694(EntityPose entityPose) HorseEntity.method_55694(EntityPose entityPose) LlamaEntity.method_55694(EntityPose entityPose) PandaEntity.method_55694(EntityPose entityPose) PolarBearEntity.method_55694(EntityPose entityPose) PufferfishEntity.method_55694(EntityPose entityPose) SnifferEntity.method_55694(EntityPose entityPose) TurtleEntity.method_55694(EntityPose entityPose) Methods in net.minecraft.entity.passive with parameters of type EntityDimensionsModifier and TypeMethodDescriptionprotected Vec3dAbstractHorseEntity.getPassengerAttachmentPos(Entity passenger, EntityDimensions dimensions, float scaleFactor) protected Vec3dCamelEntity.getPassengerAttachmentPos(Entity passenger, EntityDimensions dimensions, float scaleFactor) protected Vec3dLlamaEntity.getPassengerAttachmentPos(Entity passenger, EntityDimensions dimensions, float scaleFactor) protected Vec3dStriderEntity.getPassengerAttachmentPos(Entity passenger, EntityDimensions dimensions, float scaleFactor) private doubleCamelEntity.getPassengerAttachmentY(boolean primaryPassenger, float tickDelta, EntityDimensions dimensions, float scaleFactor) -
Uses of EntityDimensions in net.minecraft.entity.player
Fields in net.minecraft.entity.player declared as EntityDimensionsFields in net.minecraft.entity.player with type parameters of type EntityDimensionsModifier and TypeFieldDescriptionprivate static final Map<EntityPose,EntityDimensions> PlayerEntity.POSE_DIMENSIONSMethods in net.minecraft.entity.player that return EntityDimensions -
Uses of EntityDimensions in net.minecraft.entity.vehicle
Methods in net.minecraft.entity.vehicle with parameters of type EntityDimensionsModifier and TypeMethodDescriptionprotected Vec3dAbstractMinecartEntity.getPassengerAttachmentPos(Entity passenger, EntityDimensions dimensions, float scaleFactor) protected Vec3dBoatEntity.getPassengerAttachmentPos(Entity passenger, EntityDimensions dimensions, float scaleFactor) -
Uses of EntityDimensions in net.minecraft.util.math
Methods in net.minecraft.util.math with parameters of type EntityDimensionsModifier and TypeMethodDescriptionprivate static booleanLongJumpUtil.isPathClear(MobEntity entity, EntityDimensions dimensions, Vec3d prevPos, Vec3d nextPos) -
Uses of EntityDimensions in net.minecraft.world.dimension
Methods in net.minecraft.world.dimension with parameters of type EntityDimensionsModifier and TypeMethodDescriptionstatic Vec3dNetherPortal.entityPosInPortal(BlockLocating.Rectangle portalRect, Direction.Axis portalAxis, Vec3d entityPos, EntityDimensions entityDimensions) private static Vec3dNetherPortal.findOpenPosition(Vec3d fallback, ServerWorld world, Entity entity, EntityDimensions dimensions)