net.minecraft.util

public class WeightedPicker

ov
net.minecraft.unmapped.C_31554166
net.minecraft.util.WeightedPicker

Method summary

Modifier and TypeMethod
public static int
a(List<? extends ov$a> arg0)
m_80918777(List<? extends C_31554166$C_06842447> arg0)
getTotalWeight(List<? extends WeightedPicker$Entry> entries)
public static <T extends WeightedPicker$Entry> T
a(Random arg0, List<T> arg1, int arg2)
m_41967745(Random arg0, List<T> arg1, int arg2)
pick(Random random, List<T> entries, int totalWeight)
public static <T extends WeightedPicker$Entry> T
a(List<T> arg0, int arg1)
m_73666193(List<T> arg0, int arg1)
pick(List<T> entries, int weight)
public static <T extends WeightedPicker$Entry> T
a(Random arg0, List<T> arg1)
m_40100245(Random arg0, List<T> arg1)
pick(Random random, List<T> entries)