Class AdventureModePredicate.PropertyMatcher

java.lang.Object
org.geysermc.mcprotocollib.protocol.data.game.item.component.AdventureModePredicate.PropertyMatcher
Enclosing class:
AdventureModePredicate

public static class AdventureModePredicate.PropertyMatcher extends Object
  • Constructor Details

    • PropertyMatcher

      public PropertyMatcher(String name, @Nullable @Nullable String value, @Nullable @Nullable String minValue, @Nullable @Nullable String maxValue)
  • Method Details

    • getName

      public String getName()
    • getValue

      @Nullable public @Nullable String getValue()
    • getMinValue

      @Nullable public @Nullable String getMinValue()
    • getMaxValue

      @Nullable public @Nullable String getMaxValue()
    • 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