Class WrapperPlayServerMapChunk

java.lang.Object
com.comphenix.packetwrapper.wrappers.AbstractPacket
com.comphenix.packetwrapper.wrappers.play.clientbound.WrapperPlayServerMapChunk

public class WrapperPlayServerMapChunk extends AbstractPacket
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.comphenix.protocol.PacketType
    The packet type that is wrapped by this wrapper.

    Fields inherited from class com.comphenix.packetwrapper.wrappers.AbstractPacket

    handle
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructs a new wrapper and initialize it with a packet handle with default values
    WrapperPlayServerMapChunk(com.comphenix.protocol.events.PacketContainer packet)
    Constructors a new wrapper for the specified packet
  • Method Summary

    Modifier and Type
    Method
    Description
    com.comphenix.protocol.wrappers.WrappedLevelChunkData.ChunkData
    Retrieves the value of field 'chunkData'
    com.comphenix.protocol.wrappers.WrappedLevelChunkData.LightData
    Retrieves the value of field 'lightData'
    int
    Retrieves the value of field 'x'
    int
    Retrieves the value of field 'z'
    void
    setChunkData(com.comphenix.protocol.wrappers.WrappedLevelChunkData.ChunkData value)
    Sets the value of field 'chunkData'
    void
    setLightData(com.comphenix.protocol.wrappers.WrappedLevelChunkData.LightData value)
    Sets the value of field 'lightData'
    void
    setX(int value)
    Sets the value of field 'x'
    void
    setZ(int value)
    Sets the value of field 'z'

    Methods inherited from class com.comphenix.packetwrapper.wrappers.AbstractPacket

    broadcastPacket, equals, getHandle, hashCode, receivePacket, sendPacket

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • TYPE

      public static final com.comphenix.protocol.PacketType TYPE
      The packet type that is wrapped by this wrapper.
  • Constructor Details

    • WrapperPlayServerMapChunk

      public WrapperPlayServerMapChunk()
      Constructs a new wrapper and initialize it with a packet handle with default values
    • WrapperPlayServerMapChunk

      public WrapperPlayServerMapChunk(com.comphenix.protocol.events.PacketContainer packet)
      Constructors a new wrapper for the specified packet
      Parameters:
      packet - the packet to wrap
  • Method Details

    • getX

      public int getX()
      Retrieves the value of field 'x'
      Returns:
      'x'
    • setX

      public void setX(int value)
      Sets the value of field 'x'
      Parameters:
      value - New value for field 'x'
    • getZ

      public int getZ()
      Retrieves the value of field 'z'
      Returns:
      'z'
    • setZ

      public void setZ(int value)
      Sets the value of field 'z'
      Parameters:
      value - New value for field 'z'
    • getChunkData

      public com.comphenix.protocol.wrappers.WrappedLevelChunkData.ChunkData getChunkData()
      Retrieves the value of field 'chunkData'
      Returns:
      'chunkData'
    • setChunkData

      public void setChunkData(com.comphenix.protocol.wrappers.WrappedLevelChunkData.ChunkData value)
      Sets the value of field 'chunkData'
      Parameters:
      value - New value for field 'chunkData'
    • getLightData

      public com.comphenix.protocol.wrappers.WrappedLevelChunkData.LightData getLightData()
      Retrieves the value of field 'lightData'
      Returns:
      'lightData'
    • setLightData

      public void setLightData(com.comphenix.protocol.wrappers.WrappedLevelChunkData.LightData value)
      Sets the value of field 'lightData'
      Parameters:
      value - New value for field 'lightData'