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>>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordMinMaxBounds.Bounds<T extends Number & Comparable<T>>static final recordstatic final recordstatic final record -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypestatic final com.mojang.brigadier.exceptions.SimpleCommandExceptionType -
Method Summary
-
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
-
bounds
MinMaxBounds.Bounds<T> bounds() -
min
-
max
-
isAny
default boolean isAny()
-