Class BlockValues

java.lang.Object
ch.njol.skript.bukkitutil.block.BlockValues
All Implemented Interfaces:
YggdrasilSerializable, YggdrasilSerializable.YggdrasilExtendedSerializable

public abstract class BlockValues extends Object implements YggdrasilSerializable.YggdrasilExtendedSerializable
Contains all data block has that is needed for comparisions.
  • Constructor Details

    • BlockValues

      public BlockValues()
  • Method Details

    • isDefault

      public abstract boolean isDefault()
    • match

      public abstract MatchQuality match(BlockValues other)
    • equals

      public abstract boolean equals(@Nullable Object other)
      Overrides:
      equals in class Object
    • hashCode

      public abstract int hashCode()
      Overrides:
      hashCode in class Object