|
||||||||||
| 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.Packet15Place
public class Packet15Place
| Field Summary |
|---|
| Fields inherited from class net.minecraft.network.packet.Packet |
|---|
creationTimeMillis, isChunkDataPacket, packetIdToClassMap, receivedID, receivedSize, sentID, sentSize |
| Constructor Summary | |
|---|---|
Packet15Place()
|
|
Packet15Place(int par1,
int par2,
int par3,
int par4,
ItemStack par5ItemStack,
float par6,
float par7,
float par8)
|
|
| Method Summary | |
|---|---|
int |
getDirection()
|
ItemStack |
getItemStack()
|
int |
getPacketSize()
Abstract. |
float |
getXOffset()
Returns the offset from xPosition where the actual click took place |
int |
getXPosition()
|
float |
getYOffset()
Returns the offset from yPosition where the actual click took place |
int |
getYPosition()
|
float |
getZOffset()
Returns the offset from zPosition where the actual click took place |
int |
getZPosition()
|
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 |
| Constructor Detail |
|---|
public Packet15Place()
public Packet15Place(int par1,
int par2,
int par3,
int par4,
ItemStack par5ItemStack,
float par6,
float par7,
float par8)
| 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 Packetpublic int getXPosition()
public int getYPosition()
public int getZPosition()
public int getDirection()
public ItemStack getItemStack()
public float getXOffset()
public float getYOffset()
public float getZOffset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||