Uses of Class
net.minecraft.util.random.SimpleWeightedRandomList
Packages that use SimpleWeightedRandomList
Package
Description
-
Uses of SimpleWeightedRandomList in net.minecraft.util.random
Methods in net.minecraft.util.random that return SimpleWeightedRandomListModifier and TypeMethodDescriptionSimpleWeightedRandomList.Builder.build()static <E> SimpleWeightedRandomList<E>SimpleWeightedRandomList.empty()static <E> SimpleWeightedRandomList<E>SimpleWeightedRandomList.single(E p_185863_) Methods in net.minecraft.util.random that return types with arguments of type SimpleWeightedRandomListModifier and TypeMethodDescriptionstatic <E> com.mojang.serialization.Codec<SimpleWeightedRandomList<E>>SimpleWeightedRandomList.wrappedCodec(com.mojang.serialization.Codec<E> p_146265_) static <E> com.mojang.serialization.Codec<SimpleWeightedRandomList<E>>SimpleWeightedRandomList.wrappedCodecAllowingEmpty(com.mojang.serialization.Codec<E> p_185861_) -
Uses of SimpleWeightedRandomList in net.minecraft.util.valueproviders
Fields in net.minecraft.util.valueproviders declared as SimpleWeightedRandomListModifier and TypeFieldDescriptionprivate final SimpleWeightedRandomList<IntProvider>WeightedListInt.distributionConstructors in net.minecraft.util.valueproviders with parameters of type SimpleWeightedRandomList -
Uses of SimpleWeightedRandomList in net.minecraft.world.level
Fields in net.minecraft.world.level declared as SimpleWeightedRandomListModifier and TypeFieldDescriptionprivate SimpleWeightedRandomList<SpawnData>BaseSpawner.spawnPotentialsFields in net.minecraft.world.level with type parameters of type SimpleWeightedRandomListModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SimpleWeightedRandomList<SpawnData>>SpawnData.LIST_CODEC -
Uses of SimpleWeightedRandomList in net.minecraft.world.level.levelgen.feature.stateproviders
Fields in net.minecraft.world.level.levelgen.feature.stateproviders declared as SimpleWeightedRandomListModifier and TypeFieldDescriptionprivate final SimpleWeightedRandomList<BlockState>WeightedStateProvider.weightedListMethods in net.minecraft.world.level.levelgen.feature.stateproviders with parameters of type SimpleWeightedRandomListModifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<WeightedStateProvider>WeightedStateProvider.create(SimpleWeightedRandomList<BlockState> p_161598_) Constructors in net.minecraft.world.level.levelgen.feature.stateproviders with parameters of type SimpleWeightedRandomListModifierConstructorDescriptionWeightedStateProvider(SimpleWeightedRandomList<BlockState> p_161596_) -
Uses of SimpleWeightedRandomList in net.minecraft.world.level.levelgen.heightproviders
Fields in net.minecraft.world.level.levelgen.heightproviders declared as SimpleWeightedRandomListModifier and TypeFieldDescriptionprivate final SimpleWeightedRandomList<HeightProvider>WeightedListHeight.distributionConstructors in net.minecraft.world.level.levelgen.heightproviders with parameters of type SimpleWeightedRandomListModifierConstructorDescriptionWeightedListHeight(SimpleWeightedRandomList<HeightProvider> p_191536_)