net.minecraft.util.valueproviders

public class WeightedListInt

extends IntProvider

bsv
net.minecraft.util.valueproviders.WeightedListInt
net.minecraft.class_6642
net.minecraft.util.math.intprovider.WeightedListIntProvider
net.minecraft.util.valueproviders.WeightedListInt

Field summary

Modifier and TypeField
public static final com.mojang.serialization.MapCodec<WeightedListInt>
a
CODEC
field_35035
CODEC
private final SimpleWeightedRandomList<IntProvider>
b
distribution
field_35036
weightedList
private final int
f
minValue
field_35037
min
private final int
g
maxValue
field_35038
max

Constructor summary

ModifierConstructor
public (SimpleWeightedRandomList<IntProvider> weightedList)

Method summary

Modifier and TypeMethod
public int
a(bam arg0)
sample(RandomSource arg0)
method_35008(class_5819 arg0)
get(Random arg0)
public int
a()
getMinValue()
method_35009()
getMin()
public int
b()
getMaxValue()
method_35011()
getMax()
public IntProviderType<?>
c()
getType()
method_35012()
getType()