Uses of Enum Class
net.minecraft.command.arguments.EntityAnchorArgument.Type
Packages that use EntityAnchorArgument.Type
Package
Description
-
Uses of EntityAnchorArgument.Type in net.minecraft.command
Fields in net.minecraft.command declared as EntityAnchorArgument.TypeMethods in net.minecraft.command that return EntityAnchorArgument.TypeMethods in net.minecraft.command with parameters of type EntityAnchorArgument.TypeModifier and TypeMethodDescriptionCommandSource.facing
(Entity p_201006_1_, EntityAnchorArgument.Type p_201006_2_) CommandSource.withAnchor
(EntityAnchorArgument.Type p_201010_1_) Constructors in net.minecraft.command with parameters of type EntityAnchorArgument.TypeModifierConstructorDescriptionprotected
CommandSource
(ICommandSource p_i49553_1_, Vector3d p_i49553_2_, Vector2f p_i49553_3_, ServerWorld p_i49553_4_, int p_i49553_5_, String p_i49553_6_, ITextComponent p_i49553_7_, MinecraftServer p_i49553_8_, Entity p_i49553_9_, boolean p_i49553_10_, com.mojang.brigadier.ResultConsumer<CommandSource> p_i49553_11_, EntityAnchorArgument.Type p_i49553_12_) -
Uses of EntityAnchorArgument.Type in net.minecraft.command.arguments
Fields in net.minecraft.command.arguments with type parameters of type EntityAnchorArgument.TypeModifier and TypeFieldDescriptionprivate static final Map<String,
EntityAnchorArgument.Type> EntityAnchorArgument.Type.BY_NAME
Methods in net.minecraft.command.arguments that return EntityAnchorArgument.TypeModifier and TypeMethodDescriptionstatic EntityAnchorArgument.Type
EntityAnchorArgument.getAnchor
(com.mojang.brigadier.context.CommandContext<CommandSource> p_201023_0_, String p_201023_1_) static EntityAnchorArgument.Type
EntityAnchorArgument.parse
(com.mojang.brigadier.StringReader p_parse_1_) static EntityAnchorArgument.Type
Returns the enum constant of this class with the specified name.static EntityAnchorArgument.Type[]
EntityAnchorArgument.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EntityAnchorArgument.Type in net.minecraft.command.impl
Fields in net.minecraft.command.impl declared as EntityAnchorArgument.TypeModifier and TypeFieldDescriptionprivate final EntityAnchorArgument.Type
TeleportCommand.Facing.anchor
Constructors in net.minecraft.command.impl with parameters of type EntityAnchorArgument.Type -
Uses of EntityAnchorArgument.Type in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type EntityAnchorArgument.TypeModifier and TypeMethodDescriptionvoid
Entity.lookAt
(EntityAnchorArgument.Type p_200602_1_, Vector3d p_200602_2_) void
LivingEntity.lookAt
(EntityAnchorArgument.Type p_200602_1_, Vector3d p_200602_2_) -
Uses of EntityAnchorArgument.Type in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type EntityAnchorArgument.TypeModifier and TypeMethodDescriptionvoid
ServerPlayerEntity.lookAt
(EntityAnchorArgument.Type p_200618_1_, Entity p_200618_2_, EntityAnchorArgument.Type p_200618_3_) void
ServerPlayerEntity.lookAt
(EntityAnchorArgument.Type p_200602_1_, Vector3d p_200602_2_) -
Uses of EntityAnchorArgument.Type in net.minecraft.network.play.server
Fields in net.minecraft.network.play.server declared as EntityAnchorArgument.TypeModifier and TypeFieldDescriptionprivate EntityAnchorArgument.Type
SPlayerLookPacket.fromAnchor
private EntityAnchorArgument.Type
SPlayerLookPacket.toAnchor
Methods in net.minecraft.network.play.server that return EntityAnchorArgument.TypeConstructors in net.minecraft.network.play.server with parameters of type EntityAnchorArgument.TypeModifierConstructorDescriptionSPlayerLookPacket
(EntityAnchorArgument.Type p_i48589_1_, double p_i48589_2_, double p_i48589_4_, double p_i48589_6_) SPlayerLookPacket
(EntityAnchorArgument.Type p_i48590_1_, Entity p_i48590_2_, EntityAnchorArgument.Type p_i48590_3_)