net.minecraft.network.packet.s2c.play

public class AddMobS2CPacket

implements Packet<ClientPlayPacketHandler>

fn
net.minecraft.class_1997
net.minecraft.network.packet.s2c.play.AddMobS2CPacket
net.minecraft.network.play.server.S0FPacketSpawnMob

Field summary

Modifier and TypeField
private int
a
field_8540
id
entityId
private int
b
field_8541
type
type
private int
c
field_8542
x
x
private int
d
field_8543
y
y
private int
e
field_8544
z
z
private int
f
field_8545
velocityX
velocityX
private int
g
field_8546
velocityY
velocityY
private int
h
field_8547
velocityZ
velocityZ
private byte
i
field_8548
yaw
yaw
private byte
j
field_8549
pitch
pitch
private byte
k
field_8550
headYaw
headPitch
private SyncedData
l
field_8551
syncedData
field_149043_l
private List<SyncedData$Entry>
m
field_8552
dataEntries
watcher

Constructor summary

ModifierConstructor
public ()
public (LivingEntity entity)

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_7640(class_1993 arg0)
handle(ClientPlayPacketHandler handler)
processPacket(INetHandlerPlayClient handler)
public List<SyncedData$Entry>
a()
method_7641()
getDataEntries()
func_149027_c()
public int
b()
method_7642()
getId()
getEntityID()
public int
c()
method_7643()
getType()
getEntityType()
public int
d()
method_7644()
getX()
getX()
public int
e()
method_7645()
getY()
getY()
public int
f()
method_7646()
getZ()
getZ()
public int
g()
method_7647()
getVelocityX()
getVelocityX()
public int
h()
method_7648()
getVelocityY()
getVelocityY()
public int
i()
method_7649()
getVelocityZ()
getVelocityZ()
public byte
j()
method_7650()
getYaw()
getYaw()
public byte
k()
method_7651()
getPitch()
getPitch()
public byte
l()
method_7652()
getHeadYaw()
getHeadPitch()