Class SSpawnMobPacket
java.lang.Object
net.minecraft.network.play.server.SSpawnMobPacket
- All Implemented Interfaces:
IPacket<IClientPlayNetHandler>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetId()intgetType()getUUID()doublegetX()intgetXd()bytegetxRot()doublegetY()intgetYd()bytebytegetyRot()doublegetZ()intgetZd()voidhandle(IClientPlayNetHandler p_148833_1_) voidread(PacketBuffer p_148837_1_) voidwrite(PacketBuffer p_148840_1_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.IPacket
isSkippable
-
Field Details
-
id
private int id -
uuid
-
type
private int type -
x
private double x -
y
private double y -
z
private double z -
xd
private int xd -
yd
private int yd -
zd
private int zd -
yRot
private byte yRot -
xRot
private byte xRot -
yHeadRot
private byte yHeadRot
-
-
Constructor Details
-
SSpawnMobPacket
public SSpawnMobPacket() -
SSpawnMobPacket
-
-
Method Details
-
read
- Specified by:
readin interfaceIPacket<IClientPlayNetHandler>- Throws:
IOException
-
write
- Specified by:
writein interfaceIPacket<IClientPlayNetHandler>- Throws:
IOException
-
handle
- Specified by:
handlein interfaceIPacket<IClientPlayNetHandler>
-
getId
public int getId() -
getUUID
-
getType
public int getType() -
getX
public double getX() -
getY
public double getY() -
getZ
public double getZ() -
getXd
public int getXd() -
getYd
public int getYd() -
getZd
public int getZd() -
getyRot
public byte getyRot() -
getxRot
public byte getxRot() -
getyHeadRot
public byte getyHeadRot()
-