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
Subclasses with type arguments of type Pose in net.minecraft.world.entityFields 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 pose) protected EntityDimensionsLivingEntity.getDefaultDimensions(Pose pose) AreaEffectCloud.getDimensions(Pose pose) Entity.getDimensions(Pose pose) Interaction.getDimensions(Pose pose) 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.axolotl
Methods in net.minecraft.world.entity.animal.axolotl with parameters of type 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 pose) Horse.getDefaultDimensions(Pose pose) Llama.getDefaultDimensions(Pose pose) SkeletonHorse.getDefaultDimensions(Pose pose) ZombieHorse.getDefaultDimensions(Pose pose) -
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 pose) protected EntityDimensionsSalmon.getDefaultDimensions(Pose pose) -
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.rabbit
Methods in net.minecraft.world.entity.animal.rabbit with parameters of type PoseModifier and TypeMethodDescriptionprotected EntityDimensionsRabbit.getDefaultDimensions(Pose 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.squid
Methods in net.minecraft.world.entity.animal.squid 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 pose) Slime.getDefaultDimensions(Pose pose) -
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 TypeMethodDescriptionDrowned.getDefaultDimensions(Pose pose) Husk.getDefaultDimensions(Pose pose) Zombie.getDefaultDimensions(Pose pose) ZombieVillager.getDefaultDimensions(Pose pose) ZombifiedPiglin.getDefaultDimensions(Pose pose) -
Uses of Pose in net.minecraft.world.entity.npc.villager
Methods in net.minecraft.world.entity.npc.villager with parameters of type Pose -
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 newPose) 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 location, LivingEntity passenger, Pose dismountPose) -
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)