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_IDprotected static final EntityDataAccessor<Pose> Entity.DATA_POSEstatic 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 TypeMethodDescriptionprotected EntityDimensionsLivingEntity.getDefaultDimensions(Pose pPose) AreaEffectCloud.getDimensions(Pose pPose) Entity.getDimensions(Pose pPose) Interaction.getDimensions(Pose p_273111_) final EntityDimensionsLivingEntity.getDimensions(Pose pPose) final floatEntity.getEyeHeight(Pose pPose) LivingEntity.getLocalBoundsForPose(Pose pPose) booleanvoidprotected booleanLivingEntity.wouldNotSuffocateAtTargetPose(Pose pPose) -
Uses of Pose in net.minecraft.world.entity.animal
Methods in net.minecraft.world.entity.animal with parameters of type PoseModifier and TypeMethodDescriptionAbstractCow.getDefaultDimensions(Pose p_401094_) Chicken.getDefaultDimensions(Pose p_316516_) Fox.getDefaultDimensions(Pose p_316477_) Panda.getDefaultDimensions(Pose p_316677_) PolarBear.getDefaultDimensions(Pose p_316644_) Pufferfish.getDefaultDimensions(Pose p_316231_) protected EntityDimensionsSalmon.getDefaultDimensions(Pose p_368711_) Turtle.getDefaultDimensions(Pose p_316685_) -
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.goat
Methods in net.minecraft.world.entity.animal.goat with parameters of type Pose -
Uses of Pose in net.minecraft.world.entity.animal.horse
Methods in net.minecraft.world.entity.animal.horse with parameters of type PoseModifier and TypeMethodDescriptionAbstractChestedHorse.getDefaultDimensions(Pose p_316142_) Horse.getDefaultDimensions(Pose p_316325_) Llama.getDefaultDimensions(Pose p_316494_) SkeletonHorse.getDefaultDimensions(Pose p_316222_) ZombieHorse.getDefaultDimensions(Pose p_316239_) -
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.boss
Methods in net.minecraft.world.entity.boss with parameters of type Pose -
Uses of Pose in net.minecraft.world.entity.decoration
Methods 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_) Zombie.getDefaultDimensions(Pose p_316771_) ZombifiedPiglin.getDefaultDimensions(Pose p_316887_) -
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.player
Fields in net.minecraft.world.entity.player declared as PoseFields in net.minecraft.world.entity.player with type parameters of type PoseMethods in net.minecraft.world.entity.player that return PoseModifier and TypeMethodDescriptionprivate PosePlayer.getDesiredPose()Player.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 pPose) Player.getDefaultDimensions(Pose p_36166_) voidPlayer.setForcedPose(Pose pose) Neo: Force a pose for the player. -
Uses of Pose in net.minecraft.world.entity.vehicle
Fields in net.minecraft.world.entity.vehicle with type parameters of type PoseModifier and TypeFieldDescriptionprivate static final ImmutableMap<Pose, ImmutableList<Integer>> AbstractMinecart.POSE_DISMOUNT_HEIGHTSMethods in net.minecraft.world.entity.vehicle with parameters of type PoseModifier and TypeMethodDescriptionstatic booleanDismountHelper.canDismountTo(CollisionGetter pLevel, Vec3 pOffset, LivingEntity pPassenger, Pose pPose) -
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)