|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.minecraft.network.packet.Packet
net.minecraft.network.packet.Packet23VehicleSpawn
public class Packet23VehicleSpawn
Field Summary | |
---|---|
int |
entityId
Entity ID of the object. |
int |
field_92025_h
|
int |
field_92026_i
|
int |
speedX
Not sent if the thrower entity ID is 0. |
int |
speedY
Not sent if the thrower entity ID is 0. |
int |
speedZ
Not sent if the thrower entity ID is 0. |
int |
throwerEntityId
0 if not a fireball. |
int |
type
The type of object. |
int |
xPosition
The X position of the object. |
int |
yPosition
The Y position of the object. |
int |
zPosition
The Z position of the object. |
Fields inherited from class net.minecraft.network.packet.Packet |
---|
creationTimeMillis, isChunkDataPacket, packetIdToClassMap, receivedID, receivedSize, sentID, sentSize |
Constructor Summary | |
---|---|
Packet23VehicleSpawn()
|
|
Packet23VehicleSpawn(Entity par1Entity,
int par2)
|
|
Packet23VehicleSpawn(Entity par1Entity,
int par2,
int par3)
|
Method Summary | |
---|---|
int |
getPacketSize()
Abstract. |
void |
processPacket(NetHandler par1NetHandler)
Passes this Packet on to the NetHandler for processing. |
void |
readPacketData(DataInputStream par1DataInputStream)
Abstract. |
void |
writePacketData(DataOutputStream par1DataOutputStream)
Abstract. |
Methods inherited from class net.minecraft.network.packet.Packet |
---|
addIdClassMapping, canProcessAsync, containsSameEntityIDAs, getNewPacket, getPacketId, isRealPacket, readBytesFromStream, readItemStack, readNBTTagCompound, readPacket, readString, toString, writeByteArray, writeItemStack, writePacket, writeString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int entityId
public int xPosition
public int yPosition
public int zPosition
public int speedX
public int speedY
public int speedZ
public int field_92025_h
public int field_92026_i
public int type
public int throwerEntityId
Constructor Detail |
---|
public Packet23VehicleSpawn()
public Packet23VehicleSpawn(Entity par1Entity, int par2)
public Packet23VehicleSpawn(Entity par1Entity, int par2, int par3)
Method Detail |
---|
public void readPacketData(DataInputStream par1DataInputStream) throws IOException
readPacketData
in class Packet
IOException
public void writePacketData(DataOutputStream par1DataOutputStream) throws IOException
writePacketData
in class Packet
IOException
public void processPacket(NetHandler par1NetHandler)
processPacket
in class Packet
public int getPacketSize()
getPacketSize
in class Packet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |