Interface IntProvider
- All Known Implementing Classes:
BiasedToBottomInt, ClampedInt, ClampedNormalInt, ConstantInt, TrapezoidInt, UniformInt, WeightedListInt
public interface IntProvider
-
Method Summary
Modifier and TypeMethodDescriptionMapCodec<? extends IntProvider> codec()intintintsample(RandomSource random)
-
Method Details
-
sample
-
minInclusive
int minInclusive() -
maxInclusive
int maxInclusive() -
codec
MapCodec<? extends IntProvider> codec()
-