net.minecraft.network.packet.s2c.play

public class EntityTeleportS2CPacket

implements Packet<ClientPlayPacketHandler>

hz
net.minecraft.class_2048
net.minecraft.network.packet.s2c.play.EntityTeleportS2CPacket
net.minecraft.network.play.server.S18PacketEntityTeleport

Field summary

Modifier and TypeField
private int
a
field_8749
id
entityId
private int
b
field_8750
x
posX
private int
c
field_8751
y
posY
private int
d
field_8752
z
posZ
private byte
e
field_8753
yaw
yaw
private byte
f
field_8754
pitch
pitch
private boolean
g
field_11694
onGround
onGround

Constructor summary

ModifierConstructor
public ()
public (Entity entity)
public (int id, int x, int y, int z, byte yaw, byte pitch, boolean onGround)

Method summary

Modifier and TypeMethod
public void
a(em arg0)
method_7535(class_1967 arg0)
read(PacketByteBuf arg0)
readPacketData(PacketBuffer arg0)
public void
b(em arg0)
method_7539(class_1967 arg0)
write(PacketByteBuf arg0)
writePacketData(PacketBuffer arg0)
public void
a(fj arg0)
method_7913(class_1993 arg0)
handle(ClientPlayPacketHandler handler)
processPacket(INetHandlerPlayClient handler)
public int
a()
method_7914()
getId()
getEntityId()
public int
b()
method_7915()
getX()
getX()
public int
c()
method_7916()
getY()
getY()
public int
d()
method_7917()
getZ()
getZ()
public byte
e()
method_7918()
getYaw()
getYaw()
public byte
f()
method_7919()
getPitch()
getPitch()
public boolean
g()
method_10698()
getOnGround()
getOnGround()