|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.minecraft.src.Packet
net.minecraft.src.Packet21PickupSpawn
public class Packet21PickupSpawn
| Field Summary | |
|---|---|
int |
count
The number of items. |
int |
entityId
Unique entity ID. |
int |
itemDamage
The health of the item. |
int |
itemID
|
byte |
pitch
The item pitch. |
byte |
roll
The item roll. |
byte |
rotation
The item rotation. |
int |
xPosition
The item X position. |
int |
yPosition
The item Y position. |
int |
zPosition
The item Z position. |
| Fields inherited from class net.minecraft.src.Packet |
|---|
creationTimeMillis, isChunkDataPacket, packetIdToClassMap, receivedID, receivedSize, sentID, sentSize |
| Constructor Summary | |
|---|---|
Packet21PickupSpawn()
|
|
Packet21PickupSpawn(EntityItem par1EntityItem)
|
|
| 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.src.Packet |
|---|
containsSameEntityIDAs, getNewPacket, getPacketId, isRealPacket, isWritePacket, 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 byte rotation
public byte pitch
public byte roll
public int itemID
public int count
public int itemDamage
| Constructor Detail |
|---|
public Packet21PickupSpawn()
public Packet21PickupSpawn(EntityItem par1EntityItem)
| Method Detail |
|---|
public void readPacketData(DataInputStream par1DataInputStream)
throws IOException
readPacketData in class PacketIOException
public void writePacketData(DataOutputStream par1DataOutputStream)
throws IOException
writePacketData in class PacketIOExceptionpublic void processPacket(NetHandler par1NetHandler)
processPacket in class Packetpublic int getPacketSize()
getPacketSize in class Packet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||