Class WrapperPlayServerMap.WrappedMapDecoration

java.lang.Object
com.comphenix.packetwrapper.wrappers.play.clientbound.WrapperPlayServerMap.WrappedMapDecoration
Enclosing class:
WrapperPlayServerMap

public static class WrapperPlayServerMap.WrappedMapDecoration extends Object
  • Constructor Details

    • WrappedMapDecoration

      public WrappedMapDecoration()
    • WrappedMapDecoration

      public WrappedMapDecoration(WrapperPlayServerMap.DecorationType type, byte x, byte y, byte rot, @Nullable com.comphenix.protocol.wrappers.WrappedChatComponent name)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getType

    • setType

      public void setType(WrapperPlayServerMap.DecorationType type)
    • getX

      public byte getX()
    • setX

      public void setX(byte x)
    • getY

      public byte getY()
    • setY

      public void setY(byte y)
    • getRot

      public byte getRot()
    • setRot

      public void setRot(byte rot)
    • getName

      @Nullable public com.comphenix.protocol.wrappers.WrappedChatComponent getName()
    • setName

      public void setName(@Nullable com.comphenix.protocol.wrappers.WrappedChatComponent name)