java.lang.Object
org.geysermc.mcprotocollib.protocol.data.game.command.properties.DoubleProperties
All Implemented Interfaces:
CommandProperties

public class DoubleProperties extends Object implements CommandProperties
  • Constructor Details

    • DoubleProperties

      public DoubleProperties()
    • DoubleProperties

      public DoubleProperties(double min, double max)
  • Method Details

    • getMin

      public double getMin()
    • getMax

      public double getMax()
    • 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