Uses of Enum Class
net.minecraft.world.entity.Pose
Packages that use Pose
Package
Description
-
Uses of Pose in net.minecraft.client.renderer.entity.state
Fields in net.minecraft.client.renderer.entity.state declared as PoseMethods in net.minecraft.client.renderer.entity.state with parameters of type Pose -
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_IDstatic final com.mojang.serialization.Codec<Pose> Pose.CODECprotected static final EntityDataAccessor<Pose> Entity.DATA_POSEprotected static final Map<Pose, EntityDimensions> Avatar.POSESstatic final StreamCodec<io.netty.buffer.ByteBuf, Pose> Pose.STREAM_CODECMethods in net.minecraft.world.entity that return PoseModifier and TypeMethodDescriptionEntity.getPose()static PoseReturns 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 PoseMethods in net.minecraft.world.entity with parameters of type PoseModifier and TypeMethodDescriptionAvatar.getDefaultDimensions(Pose p_451644_) protected EntityDimensionsLivingEntity.getDefaultDimensions(Pose pose) AreaEffectCloud.getDimensions(Pose pose) Entity.getDimensions(Pose pose) Interaction.getDimensions(Pose p_273111_) final EntityDimensionsLivingEntity.getDimensions(Pose pose) final floatEntity.getEyeHeight(Pose pose) LivingEntity.getLocalBoundsForPose(Pose pose) booleanvoidprotected booleanLivingEntity.wouldNotSuffocateAtTargetPose(Pose pose) -
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.chicken
Methods in net.minecraft.world.entity.animal.chicken with parameters of type Pose -
Uses of Pose in net.minecraft.world.entity.animal.cow
Methods in net.minecraft.world.entity.animal.cow with parameters of type Pose -
Uses of Pose in net.minecraft.world.entity.animal.equine
Methods in net.minecraft.world.entity.animal.equine with parameters of type PoseModifier and TypeMethodDescriptionAbstractChestedHorse.getDefaultDimensions(Pose p_479688_) Horse.getDefaultDimensions(Pose p_479592_) Llama.getDefaultDimensions(Pose p_480527_) SkeletonHorse.getDefaultDimensions(Pose p_478882_) ZombieHorse.getDefaultDimensions(Pose p_479251_) -
Uses of Pose in net.minecraft.world.entity.animal.fish
Methods in net.minecraft.world.entity.animal.fish with parameters of type PoseModifier and TypeMethodDescriptionPufferfish.getDefaultDimensions(Pose p_480424_) protected EntityDimensionsSalmon.getDefaultDimensions(Pose p_480682_) -
Uses of Pose in net.minecraft.world.entity.animal.fox
Methods in net.minecraft.world.entity.animal.fox 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.panda
Methods in net.minecraft.world.entity.animal.panda with parameters of type Pose -
Uses of Pose in net.minecraft.world.entity.animal.polarbear
Methods in net.minecraft.world.entity.animal.polarbear with parameters of type Pose -
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.animal.turtle
Methods in net.minecraft.world.entity.animal.turtle with parameters of type Pose -
Uses of Pose in net.minecraft.world.entity.boss.enderdragon
Methods in net.minecraft.world.entity.boss.enderdragon with parameters of type Pose -
Uses of Pose in net.minecraft.world.entity.decoration
Fields in net.minecraft.world.entity.decoration with type parameters of type PoseModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Pose> Mannequin.POSE_CODECMannequin.VALID_POSESMethods 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 p_316501_) Slime.getDefaultDimensions(Pose p_316359_) -
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.monster.zombie
Methods in net.minecraft.world.entity.monster.zombie with parameters of type PoseModifier and TypeMethodDescriptionZombie.getDefaultDimensions(Pose p_479558_) ZombifiedPiglin.getDefaultDimensions(Pose p_482064_) -
Uses of Pose in net.minecraft.world.entity.player
Fields in net.minecraft.world.entity.player declared as PoseMethods in net.minecraft.world.entity.player that return PoseModifier and TypeMethodDescriptionprivate PosePlayer.getDesiredPose()@Nullable PosePlayer.getForcedPose()Neo:Methods in net.minecraft.world.entity.player that return types with arguments of type PoseMethods in net.minecraft.world.entity.player with parameters of type PoseModifier and TypeMethodDescriptionprotected booleanPlayer.canPlayerFitWithinBlocksAndEntitiesWhen(Pose pose) voidPlayer.setForcedPose(@Nullable Pose pose) Neo: Force a pose for the player. -
Uses of Pose in net.minecraft.world.entity.vehicle
Methods in net.minecraft.world.entity.vehicle with parameters of type PoseModifier and TypeMethodDescriptionstatic booleanDismountHelper.canDismountTo(CollisionGetter level, Vec3 offset, LivingEntity passenger, Pose pose) -
Uses of Pose in net.minecraft.world.entity.vehicle.minecart
Fields in net.minecraft.world.entity.vehicle.minecart with type parameters of type PoseModifier and TypeFieldDescriptionprivate static final ImmutableMap<Pose, ImmutableList<Integer>> AbstractMinecart.POSE_DISMOUNT_HEIGHTS -
Uses of Pose in net.neoforged.neoforge.event
Methods in net.neoforged.neoforge.event with parameters of type PoseModifier and TypeMethodDescriptionstatic EntityEvent.SizeEventHooks.getEntitySizeForge(Entity entity, Pose pose, EntityDimensions size) static EntityEvent.SizeEventHooks.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)