Modifier and Type | Field and Description |
---|---|
private EntityAnchorArgument.Type |
CommandSource.entityAnchorType |
Modifier and Type | Method and Description |
---|---|
EntityAnchorArgument.Type |
CommandSource.getEntityAnchorType() |
Modifier and Type | Method and Description |
---|---|
CommandSource |
CommandSource.withEntityAnchorType(EntityAnchorArgument.Type entityAnchorTypeIn) |
CommandSource |
CommandSource.withRotation(Entity entityIn,
EntityAnchorArgument.Type anchorType) |
Constructor and Description |
---|
CommandSource(ICommandSource sourceIn,
Vec3d posIn,
Vec2f rotationIn,
ServerWorld worldIn,
int permissionLevelIn,
java.lang.String nameIn,
ITextComponent displayNameIn,
MinecraftServer serverIn,
Entity entityIn,
boolean feedbackDisabledIn,
com.mojang.brigadier.ResultConsumer<CommandSource> resultConsumerIn,
EntityAnchorArgument.Type entityAnchorTypeIn) |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,EntityAnchorArgument.Type> |
EntityAnchorArgument.Type.BY_NAME |
Modifier and Type | Method and Description |
---|---|
static EntityAnchorArgument.Type |
EntityAnchorArgument.Type.getByName(java.lang.String nameIn) |
static EntityAnchorArgument.Type |
EntityAnchorArgument.getEntityAnchor(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
EntityAnchorArgument.Type |
EntityAnchorArgument.parse(com.mojang.brigadier.StringReader p_parse_1_) |
static EntityAnchorArgument.Type |
EntityAnchorArgument.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EntityAnchorArgument.Type[] |
EntityAnchorArgument.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
private EntityAnchorArgument.Type |
TeleportCommand.Facing.anchor |
Constructor and Description |
---|
Facing(Entity entityIn,
EntityAnchorArgument.Type anchorIn) |
Modifier and Type | Method and Description |
---|---|
void |
LivingEntity.lookAt(EntityAnchorArgument.Type p_200602_1_,
Vec3d p_200602_2_) |
void |
Entity.lookAt(EntityAnchorArgument.Type p_200602_1_,
Vec3d p_200602_2_) |
Modifier and Type | Method and Description |
---|---|
void |
ServerPlayerEntity.lookAt(EntityAnchorArgument.Type p_200618_1_,
Entity p_200618_2_,
EntityAnchorArgument.Type p_200618_3_) |
void |
ServerPlayerEntity.lookAt(EntityAnchorArgument.Type p_200602_1_,
Vec3d p_200602_2_) |
Modifier and Type | Field and Description |
---|---|
private EntityAnchorArgument.Type |
SPlayerLookPacket.sourceAnchor |
private EntityAnchorArgument.Type |
SPlayerLookPacket.targetAnchor |
Modifier and Type | Method and Description |
---|---|
EntityAnchorArgument.Type |
SPlayerLookPacket.getSourceAnchor() |
Constructor and Description |
---|
SPlayerLookPacket(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_) |