public interface IntProviderType<P extends IntProvider>
| ccg | |
| net.minecraft.util.valueproviders.IntProviderType | |
| net.minecraft.class_6018 | |
| net.minecraft.util.math.intprovider.IntProviderType |
Field summary
| Modifier and Type | Field | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| IntProviderType<ConstantInt> |
| ||||||||
| IntProviderType<UniformInt> |
| ||||||||
| IntProviderType<BiasedToBottomInt> |
| ||||||||
| IntProviderType<ClampedInt> |
| ||||||||
| IntProviderType<WeightedListInt> |
| ||||||||
| IntProviderType<ClampedNormalInt> |
|
Method summary
| Modifier and Type | Method | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| com.mojang.serialization.MapCodec<P> |
| ||||||||
| static <P extends IntProvider> IntProviderType<P> |
|