Uses of Enum Class
net.minecraft.command.arguments.EntityAnchorArgument.Type
Package
Description
-
Uses of EntityAnchorArgument.Type in net.minecraft.command
Modifier and TypeMethodDescriptionCommandSource.facing
(Entity p_201006_1_, EntityAnchorArgument.Type p_201006_2_) CommandSource.withAnchor
(EntityAnchorArgument.Type p_201010_1_) ModifierConstructorDescriptionprotected
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
Modifier and TypeFieldDescriptionprivate static final Map<String,
EntityAnchorArgument.Type> EntityAnchorArgument.Type.BY_NAME
Modifier 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
Modifier and TypeFieldDescriptionprivate final EntityAnchorArgument.Type
TeleportCommand.Facing.anchor
-
Uses of EntityAnchorArgument.Type in net.minecraft.entity
Modifier 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
Modifier 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
Modifier and TypeFieldDescriptionprivate EntityAnchorArgument.Type
SPlayerLookPacket.fromAnchor
private EntityAnchorArgument.Type
SPlayerLookPacket.toAnchor
ModifierConstructorDescriptionSPlayerLookPacket
(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_)