Class WrapperPlayClientSetJigsaw

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

public class WrapperPlayClientSetJigsaw extends AbstractPacket
  • Field Details

    • TYPE

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

    • WrapperPlayClientSetJigsaw

      public WrapperPlayClientSetJigsaw()
    • WrapperPlayClientSetJigsaw

      public WrapperPlayClientSetJigsaw(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'
    • getName

      public com.comphenix.protocol.wrappers.MinecraftKey getName()
      Retrieves the value of field 'name'
      Returns:
      'name'
    • setName

      public void setName(com.comphenix.protocol.wrappers.MinecraftKey value)
      Sets the value of field 'name'
      Parameters:
      value - New value for field 'name'
    • getTarget

      public com.comphenix.protocol.wrappers.MinecraftKey getTarget()
      Retrieves the value of field 'target'
      Returns:
      'target'
    • setTarget

      public void setTarget(com.comphenix.protocol.wrappers.MinecraftKey value)
      Sets the value of field 'target'
      Parameters:
      value - New value for field 'target'
    • getPool

      public com.comphenix.protocol.wrappers.MinecraftKey getPool()
      Retrieves the value of field 'pool'
      Returns:
      'pool'
    • setPool

      public void setPool(com.comphenix.protocol.wrappers.MinecraftKey value)
      Sets the value of field 'pool'
      Parameters:
      value - New value for field 'pool'
    • getFinalState

      public String getFinalState()
      Retrieves the value of field 'finalState'
      Returns:
      'finalState'
    • setFinalState

      public void setFinalState(String value)
      Sets the value of field 'finalState'
      Parameters:
      value - New value for field 'finalState'
    • getJoint

      Retrieves the value of field 'joint'
      Returns:
      'joint'
    • setJoint

      public void setJoint(WrapperPlayClientSetJigsaw.JointType value)
      Sets the value of field 'joint'
      Parameters:
      value - New value for field 'joint'