Package | Description |
---|---|
net.minecraft.network | |
net.minecraft.network.play.server |
Modifier and Type | Method and Description |
---|---|
void |
NetHandlerPlayServer.setPlayerLocation(double x,
double y,
double z,
float yaw,
float pitch,
java.util.Set<SPacketPlayerPosLook.EnumFlags> relativeSet) |
Modifier and Type | Field and Description |
---|---|
private java.util.Set<SPacketPlayerPosLook.EnumFlags> |
SPacketPlayerPosLook.flags |
Modifier and Type | Method and Description |
---|---|
static SPacketPlayerPosLook.EnumFlags |
SPacketPlayerPosLook.EnumFlags.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SPacketPlayerPosLook.EnumFlags[] |
SPacketPlayerPosLook.EnumFlags.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<SPacketPlayerPosLook.EnumFlags> |
SPacketPlayerPosLook.getFlags() |
static java.util.Set<SPacketPlayerPosLook.EnumFlags> |
SPacketPlayerPosLook.EnumFlags.unpack(int flags) |
Modifier and Type | Method and Description |
---|---|
static int |
SPacketPlayerPosLook.EnumFlags.pack(java.util.Set<SPacketPlayerPosLook.EnumFlags> flags) |
Constructor and Description |
---|
SPacketPlayerPosLook(double xIn,
double yIn,
double zIn,
float yawIn,
float pitchIn,
java.util.Set<SPacketPlayerPosLook.EnumFlags> flagsIn,
int teleportIdIn) |