Class Packet51MapChunk

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

public class Packet51MapChunk extends Packet
  • Field Details

    • xCh

      public int xCh
      The x-position of the transmitted chunk, in chunk coordinates.
    • zCh

      public int zCh
      The z-position of the transmitted chunk, in chunk coordinates.
    • yChMin

      public int yChMin
      The y-position of the lowest chunk Section in the transmitted chunk, in chunk coordinates.
    • yChMax

      public int yChMax
      The y-position of the highest chunk Section in the transmitted chunk, in chunk coordinates.
    • includeInitialize

      public boolean includeInitialize
      Whether to initialize the Chunk before applying the effect of the Packet51MapChunk.
  • Constructor Details

    • Packet51MapChunk

      public Packet51MapChunk()
    • Packet51MapChunk

      public Packet51MapChunk(Chunk par1Chunk, boolean par2, int par3)
  • 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
    • getCompressedChunkData

      public byte[] getCompressedChunkData()
    • getMapChunkData

      public static Packet51MapChunkData getMapChunkData(Chunk par0Chunk, boolean par1, int par2)