Class Packet133TileEditorOpen

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

public class Packet133TileEditorOpen extends Packet
  • Field Details

    • field_142037_a

      public int field_142037_a
    • field_142035_b

      public int field_142035_b
    • field_142036_c

      public int field_142036_c
    • field_142034_d

      public int field_142034_d
  • Constructor Details

    • Packet133TileEditorOpen

      public Packet133TileEditorOpen()
    • Packet133TileEditorOpen

      public Packet133TileEditorOpen(int par1, int par2, int par3, int par4)
  • Method Details

    • processPacket

      public void processPacket(NetHandler par1NetHandler)
      Passes this Packet on to the NetHandler for processing.
      Specified by:
      processPacket in class Packet
    • 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
    • getPacketSize

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