Uses of Class
net.minecraft.util.random.SimpleWeightedRandomList
Package
Description
-
Uses of SimpleWeightedRandomList in net.minecraft.util.random
Modifier and TypeMethodDescriptionstatic <E> com.mojang.serialization.Codec<SimpleWeightedRandomList<E>>
SimpleWeightedRandomList.wrappedCodec(com.mojang.serialization.Codec<E> p_146265_)
-
Uses of SimpleWeightedRandomList in net.minecraft.world.level.levelgen.feature.configurations
ModifierConstructorDescriptionGrowingPlantConfiguration(SimpleWeightedRandomList<IntProvider> p_160912_, Direction p_160913_, BlockStateProvider p_160914_, BlockStateProvider p_160915_, boolean p_160916_)
-
Uses of SimpleWeightedRandomList in net.minecraft.world.level.levelgen.feature.stateproviders
Modifier and TypeFieldDescriptionprivate SimpleWeightedRandomList<BlockState>
WeightedStateProvider.weightedList
Modifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<WeightedStateProvider>
WeightedStateProvider.create(SimpleWeightedRandomList<BlockState> p_161598_)
ModifierConstructorDescriptionWeightedStateProvider(SimpleWeightedRandomList<BlockState> p_161596_)