net.minecraft.network.packet.s2c.play

public class AddEntityS2CPacket

implements Packet<ClientPlayPacketHandler>

fk
net.minecraft.class_1994
net.minecraft.network.packet.s2c.play.AddEntityS2CPacket
net.minecraft.network.play.server.S0EPacketSpawnObject

Field summary

Modifier and TypeField
private int
a
field_8519
id
entityId
private int
b
field_8520
x
x
private int
c
field_8521
y
y
private int
d
field_8522
z
z
private int
e
field_8523
velocityX
speedX
private int
f
field_8524
velocityY
speedY
private int
g
field_8525
velocityZ
speedZ
private int
h
field_8526
pitch
pitch
private int
i
field_8527
yaw
yaw
private int
j
field_8528
type
type
private int
k
field_8529
data
field_149020_k

Constructor summary

ModifierConstructor
public ()
public (Entity entity, int type)
public (Entity entity, int type, int data)

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_7610(class_1993 arg0)
handle(ClientPlayPacketHandler handler)
processPacket(INetHandlerPlayClient handler)
public void
a(int arg0)
method_7609(int arg0)
setX(int x)
setX(int newX)
public void
b(int arg0)
method_7611(int arg0)
setY(int y)
setY(int newY)
public void
c(int arg0)
method_7613(int arg0)
setZ(int z)
setZ(int newZ)
public void
d(int arg0)
method_7615(int arg0)
setVelocityX(int velocityX)
setSpeedX(int newSpeedX)
public void
e(int arg0)
method_7617(int arg0)
setVelocityY(int velocityY)
setSpeedY(int newSpeedY)
public void
f(int arg0)
method_7619(int arg0)
setVelocityZ(int velocityZ)
setSpeedZ(int newSpeedZ)
public int
a()
method_7612()
getId()
getEntityID()
public int
b()
method_7614()
getX()
getX()
public int
c()
method_7616()
getY()
getY()
public int
d()
method_7618()
getZ()
getZ()
public int
e()
method_7620()
getVelocityX()
getSpeedX()
public int
f()
method_7622()
getVelocityY()
getSpeedY()
public int
g()
method_7623()
getVelocityZ()
getSpeedZ()
public int
h()
method_7624()
getPitch()
getPitch()
public int
i()
method_7625()
getYaw()
getYaw()
public int
j()
method_7626()
getType()
getType()
public int
k()
method_7627()
getData()
func_149009_m()
public void
g(int arg0)
method_7621(int arg0)
setData(int data)
func_149002_g(int arg0)