Class Packet15Place

java.lang.Object
net.minecraft.src.Packet
net.minecraft.src.Packet15Place

public class Packet15Place extends Packet
  • Constructor Details

    • Packet15Place

      public Packet15Place()
    • Packet15Place

      @Environment(CLIENT) public Packet15Place(int x, int y, int z, int par4, ItemStack par5ItemStack, float par6, float par7, float par8)
  • Method Details

    • readPacketData

      public void readPacketData(DataInput par1DataInput) throws IOException
      Abstract. Reads the raw packet data from the data stream.
      Specified by:
      readPacketData in class Packet
      Throws:
      IOException
    • writePacketData

      public void writePacketData(DataOutput par1DataOutput) throws IOException
      Abstract. Writes the raw packet data to the data stream.
      Specified by:
      writePacketData in class Packet
      Throws:
      IOException
    • processPacket

      public void processPacket(NetHandler par1NetHandler)
      Passes this Packet on to the NetHandler for processing.
      Specified by:
      processPacket in class Packet
    • getPacketSize

      public int getPacketSize()
      Abstract. Return the size of the packet (not counting the header).
      Specified by:
      getPacketSize in class Packet
    • getXPosition

      public int getXPosition()
    • getYPosition

      public int getYPosition()
    • getZPosition

      public int getZPosition()
    • getDirection

      public int getDirection()
    • getItemStack

      public ItemStack getItemStack()
    • getXOffset

      public float getXOffset()
      Returns the offset from xPosition where the actual click took place
    • getYOffset

      public float getYOffset()
      Returns the offset from yPosition where the actual click took place
    • getZOffset

      public float getZOffset()
      Returns the offset from zPosition where the actual click took place