java.lang.Object
org.geysermc.mcprotocollib.protocol.data.game.level.block.value.ChestValue
All Implemented Interfaces:
BlockValue

public class ChestValue extends Object implements BlockValue
  • Constructor Details

    • ChestValue

      public ChestValue(int viewers)
  • Method Details

    • getViewers

      public int getViewers()
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(@Nullable Object other)
    • hashCode

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

      public @NonNull String toString()
      Overrides:
      toString in class Object