Package net.minecraft.loot
Class IntClamper
java.lang.Object
net.minecraft.loot.IntClamper
- All Implemented Interfaces:
IntUnaryOperator
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
applyAsInt
(int p_applyAsInt_1_) static IntClamper
clamp
(int p_215843_0_, int p_215843_1_) static IntClamper
lowerBound
(int p_215848_0_) static IntClamper
upperBound
(int p_215851_0_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.IntUnaryOperator
andThen, compose
-
Field Details
-
min
-
max
-
op
-
-
Constructor Details
-
IntClamper
-
-
Method Details
-
clamp
-
lowerBound
-
upperBound
-
applyAsInt
public int applyAsInt(int p_applyAsInt_1_) - Specified by:
applyAsInt
in interfaceIntUnaryOperator
-