Class WrapperPlayClientStruct

java.lang.Object
com.comphenix.packetwrapper.wrappers.AbstractPacket
com.comphenix.packetwrapper.wrappers.play.serverbound.WrapperPlayClientStruct

public class WrapperPlayClientStruct extends AbstractPacket
  • Field Details

    • TYPE

      public static final com.comphenix.protocol.PacketType TYPE
  • Constructor Details

    • WrapperPlayClientStruct

      public WrapperPlayClientStruct()
    • WrapperPlayClientStruct

      public WrapperPlayClientStruct(com.comphenix.protocol.events.PacketContainer packet)
  • Method Details

    • getPos

      public com.comphenix.protocol.wrappers.BlockPosition getPos()
      Retrieves the value of field 'pos'
      Returns:
      'pos'
    • setPos

      public void setPos(com.comphenix.protocol.wrappers.BlockPosition value)
      Sets the value of field 'pos'
      Parameters:
      value - New value for field 'pos'
    • getUpdateType

      public WrapperPlayClientStruct.UpdateType getUpdateType()
      Retrieves the value of field 'updateType'
      Returns:
      'updateType'
    • setUpdateType

      public void setUpdateType(WrapperPlayClientStruct.UpdateType value)
      Sets the value of field 'updateType'
      Parameters:
      value - New value for field 'updateType'
    • getMode

      public org.bukkit.block.structure.UsageMode getMode()
      Retrieves the value of field 'mode'
      Returns:
      'mode'
    • setMode

      public void setMode(org.bukkit.block.structure.UsageMode value)
      Sets the value of field 'mode'
      Parameters:
      value - New value for field 'mode'
    • getName

      public String getName()
      Retrieves the value of field 'name'
      Returns:
      'name'
    • setName

      public void setName(String value)
      Sets the value of field 'name'
      Parameters:
      value - New value for field 'name'
    • getOffset

      public com.comphenix.protocol.wrappers.BlockPosition getOffset()
      Retrieves the value of field 'offset'
      Returns:
      'offset'
    • setOffset

      public void setOffset(com.comphenix.protocol.wrappers.BlockPosition value)
      Sets the value of field 'offset'
      Parameters:
      value - New value for field 'offset'
    • getSize

      public Vector3I getSize()
      Retrieves the value of field 'size'
      Returns:
      'size'
    • setSize

      public void setSize(Vector3I value)
      Sets the value of field 'size'
      Parameters:
      value - New value for field 'size'
    • getMirrorInternal

      @Deprecated public com.comphenix.protocol.events.InternalStructure getMirrorInternal()
      Deprecated.
      {Use getMirror() instead}
      Retrieves the value of field 'mirror' ProtocolLib currently does not provide a wrapper for this type. Access to this type is only provided by an InternalStructure
      Returns:
      'mirror'
    • setMirrorInternal

      @Deprecated public void setMirrorInternal(com.comphenix.protocol.events.InternalStructure value)
      Deprecated.
      {Use setMirror(Mirror) instead}
      Sets the value of field 'mirror' ProtocolLib currently does not provide a wrapper for this type. Access to this type is only provided by an InternalStructure
      Parameters:
      value - New value for field 'mirror'
    • getMirror

      public org.bukkit.block.structure.Mirror getMirror()
      Retrieves the value of field 'mirror' ProtocolLib currently does not provide a wrapper for this type. Access to this type is only provided by an InternalStructure
      Returns:
      'mirror'
    • setMirror

      public void setMirror(org.bukkit.block.structure.Mirror value)
      Sets the value of field 'mirror' ProtocolLib currently does not provide a wrapper for this type. Access to this type is only provided by an InternalStructure
      Parameters:
      value - New value for field 'mirror'
    • getRotationInternal

      @Deprecated public com.comphenix.protocol.events.InternalStructure getRotationInternal()
      Deprecated.
      Use getRotation() instead
      Retrieves the value of field 'rotation' ProtocolLib currently does not provide a wrapper for this type. Access to this type is only provided by an InternalStructure
      Returns:
      'rotation'
    • setRotationInternal

      @Deprecated public void setRotationInternal(com.comphenix.protocol.events.InternalStructure value)
      Deprecated.
      Sets the value of field 'rotation' ProtocolLib currently does not provide a wrapper for this type. Access to this type is only provided by an InternalStructure
      Parameters:
      value - New value for field 'rotation'
    • getRotation

      public org.bukkit.block.structure.StructureRotation getRotation()
      Retrieves the value of field 'rotation' ProtocolLib currently does not provide a wrapper for this type. Access to this type is only provided by an InternalStructure
      Returns:
      'rotation'
    • setRotation

      public void setRotation(org.bukkit.block.structure.StructureRotation value)
      Sets the value of field 'rotation' ProtocolLib currently does not provide a wrapper for this type. Access to this type is only provided by an InternalStructure
      Parameters:
      value - New value for field 'rotation'
    • getData

      public String getData()
      Retrieves the value of field 'data'
      Returns:
      'data'
    • setData

      public void setData(String value)
      Sets the value of field 'data'
      Parameters:
      value - New value for field 'data'
    • getIgnoreEntities

      public boolean getIgnoreEntities()
      Retrieves the value of field 'ignoreEntities'
      Returns:
      'ignoreEntities'
    • setIgnoreEntities

      public void setIgnoreEntities(boolean value)
      Sets the value of field 'ignoreEntities'
      Parameters:
      value - New value for field 'ignoreEntities'
    • getShowAir

      public boolean getShowAir()
      Retrieves the value of field 'showAir'
      Returns:
      'showAir'
    • setShowAir

      public void setShowAir(boolean value)
      Sets the value of field 'showAir'
      Parameters:
      value - New value for field 'showAir'
    • getShowBoundingBox

      public boolean getShowBoundingBox()
      Retrieves the value of field 'showBoundingBox'
      Returns:
      'showBoundingBox'
    • setShowBoundingBox

      public void setShowBoundingBox(boolean value)
      Sets the value of field 'showBoundingBox'
      Parameters:
      value - New value for field 'showBoundingBox'
    • getIntegrity

      public float getIntegrity()
      Retrieves the value of field 'integrity'
      Returns:
      'integrity'
    • setIntegrity

      public void setIntegrity(float value)
      Sets the value of field 'integrity'
      Parameters:
      value - New value for field 'integrity'
    • getSeed

      public long getSeed()
      Retrieves the value of field 'seed'
      Returns:
      'seed'
    • setSeed

      public void setSeed(long value)
      Sets the value of field 'seed'
      Parameters:
      value - New value for field 'seed'