Class ClampedInt
java.lang.Object
net.minecraft.util.valueproviders.IntProvider
net.minecraft.util.valueproviders.ClampedInt
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<ClampedInt>private intprivate intprivate IntProviderFields inherited from class net.minecraft.util.valueproviders.IntProvider
NON_NEGATIVE_CODEC, POSITIVE_CODEC -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetType()static ClampedIntof(IntProvider p_146396_, int p_146397_, int p_146398_)intMethods inherited from class net.minecraft.util.valueproviders.IntProvider
codec
-
Field Details
-
CODEC
-
source
-
minInclusive
private int minInclusive -
maxInclusive
private int maxInclusive
-
-
Constructor Details
-
ClampedInt
-
-
Method Details
-
of
-
sample
- Specified by:
samplein classIntProvider
-
getMinValue
public int getMinValue()- Specified by:
getMinValuein classIntProvider
-
getMaxValue
public int getMaxValue()- Specified by:
getMaxValuein classIntProvider
-
getType
- Specified by:
getTypein classIntProvider
-