Uses of Enum Class
net.minecraft.commands.arguments.EntityAnchorArgument.Anchor
Packages that use EntityAnchorArgument.Anchor
Package
Description
-
Uses of EntityAnchorArgument.Anchor in net.minecraft.commands
Fields in net.minecraft.commands declared as EntityAnchorArgument.AnchorModifier and TypeFieldDescriptionprivate final EntityAnchorArgument.AnchorCommandSourceStack.anchorMethods in net.minecraft.commands that return EntityAnchorArgument.AnchorMethods in net.minecraft.commands with parameters of type EntityAnchorArgument.AnchorModifier and TypeMethodDescriptionCommandSourceStack.facing(Entity p_81332_, EntityAnchorArgument.Anchor p_81333_) CommandSourceStack.withAnchor(EntityAnchorArgument.Anchor p_81351_) Constructors in net.minecraft.commands with parameters of type EntityAnchorArgument.AnchorModifierConstructorDescriptionprotectedCommandSourceStack(CommandSource p_81312_, Vec3 p_81313_, Vec2 p_81314_, ServerLevel p_81315_, int p_81316_, String p_81317_, Component p_81318_, MinecraftServer p_81319_, Entity p_81320_, boolean p_81321_, com.mojang.brigadier.ResultConsumer<CommandSourceStack> p_81322_, EntityAnchorArgument.Anchor p_81323_) -
Uses of EntityAnchorArgument.Anchor in net.minecraft.commands.arguments
Fields in net.minecraft.commands.arguments with type parameters of type EntityAnchorArgument.AnchorModifier and TypeFieldDescription(package private) static final Map<String,EntityAnchorArgument.Anchor> EntityAnchorArgument.Anchor.BY_NAMEMethods in net.minecraft.commands.arguments that return EntityAnchorArgument.AnchorModifier and TypeMethodDescriptionstatic EntityAnchorArgument.AnchorEntityAnchorArgument.getAnchor(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_90354_, String p_90355_) static EntityAnchorArgument.AnchorEntityAnchorArgument.parse(com.mojang.brigadier.StringReader p_90352_) static EntityAnchorArgument.AnchorReturns the enum constant of this class with the specified name.static EntityAnchorArgument.Anchor[]EntityAnchorArgument.Anchor.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EntityAnchorArgument.Anchor in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as EntityAnchorArgument.AnchorModifier and TypeFieldDescriptionprivate final EntityAnchorArgument.AnchorClientboundPlayerLookAtPacket.fromAnchorprivate final EntityAnchorArgument.AnchorClientboundPlayerLookAtPacket.toAnchorMethods in net.minecraft.network.protocol.game that return EntityAnchorArgument.AnchorConstructors in net.minecraft.network.protocol.game with parameters of type EntityAnchorArgument.AnchorModifierConstructorDescriptionClientboundPlayerLookAtPacket(EntityAnchorArgument.Anchor p_132777_, double p_132778_, double p_132779_, double p_132780_) ClientboundPlayerLookAtPacket(EntityAnchorArgument.Anchor p_132782_, Entity p_132783_, EntityAnchorArgument.Anchor p_132784_) -
Uses of EntityAnchorArgument.Anchor in net.minecraft.server.commands
Fields in net.minecraft.server.commands declared as EntityAnchorArgument.AnchorModifier and TypeFieldDescriptionprivate final EntityAnchorArgument.AnchorTeleportCommand.LookAt.anchorConstructors in net.minecraft.server.commands with parameters of type EntityAnchorArgument.Anchor -
Uses of EntityAnchorArgument.Anchor in net.minecraft.server.level
Methods in net.minecraft.server.level with parameters of type EntityAnchorArgument.AnchorModifier and TypeMethodDescriptionvoidServerPlayer.lookAt(EntityAnchorArgument.Anchor p_9108_, Entity p_9109_, EntityAnchorArgument.Anchor p_9110_) voidServerPlayer.lookAt(EntityAnchorArgument.Anchor p_9112_, Vec3 p_9113_) -
Uses of EntityAnchorArgument.Anchor in net.minecraft.world.entity
Methods in net.minecraft.world.entity with parameters of type EntityAnchorArgument.AnchorModifier and TypeMethodDescriptionvoidEntity.lookAt(EntityAnchorArgument.Anchor p_20033_, Vec3 p_20034_) voidLivingEntity.lookAt(EntityAnchorArgument.Anchor p_21078_, Vec3 p_21079_)