Interface MinMaxBounds<T extends Number & Comparable<T>>

All Known Implementing Classes:
MinMaxBounds.Doubles, MinMaxBounds.FloatDegrees, MinMaxBounds.Ints

public interface MinMaxBounds<T extends Number & Comparable<T>>
  • Field Details

    • ERROR_EMPTY

      static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_EMPTY
    • ERROR_SWAPPED

      static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_SWAPPED
  • Method Details