Package | Description |
---|---|
net.minecraft.command.impl | |
net.minecraft.network.play | |
net.minecraft.network.play.server |
Modifier and Type | Method and Description |
---|---|
private static void |
TeleportCommand.teleport(CommandSource source,
Entity entityIn,
ServerWorld worldIn,
double x,
double y,
double z,
java.util.Set<SPlayerPositionLookPacket.Flags> relativeList,
float yaw,
float pitch,
TeleportCommand.Facing facing) |
Modifier and Type | Method and Description |
---|---|
void |
ServerPlayNetHandler.setPlayerLocation(double x,
double y,
double z,
float yaw,
float pitch,
java.util.Set<SPlayerPositionLookPacket.Flags> relativeSet) |
Modifier and Type | Field and Description |
---|---|
private java.util.Set<SPlayerPositionLookPacket.Flags> |
SPlayerPositionLookPacket.flags |
Modifier and Type | Method and Description |
---|---|
static SPlayerPositionLookPacket.Flags |
SPlayerPositionLookPacket.Flags.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SPlayerPositionLookPacket.Flags[] |
SPlayerPositionLookPacket.Flags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<SPlayerPositionLookPacket.Flags> |
SPlayerPositionLookPacket.getFlags() |
static java.util.Set<SPlayerPositionLookPacket.Flags> |
SPlayerPositionLookPacket.Flags.unpack(int flags) |
Modifier and Type | Method and Description |
---|---|
static int |
SPlayerPositionLookPacket.Flags.pack(java.util.Set<SPlayerPositionLookPacket.Flags> flags) |
Constructor and Description |
---|
SPlayerPositionLookPacket(double xIn,
double yIn,
double zIn,
float yawIn,
float pitchIn,
java.util.Set<SPlayerPositionLookPacket.Flags> flagsIn,
int teleportIdIn) |