Uses of Class
net.minecraft.util.WeightedList
Packages that use WeightedList
Package
Description
-
Uses of WeightedList in net.minecraft.entity.ai.brain.task
Fields in net.minecraft.entity.ai.brain.task declared as WeightedListFields in net.minecraft.entity.ai.brain.task with type parameters of type WeightedListModifier and TypeFieldDescriptionprivate final Consumer<WeightedList<?>>MultiTask.Ordering.consumerMethods in net.minecraft.entity.ai.brain.task with parameters of type WeightedListModifier and TypeMethodDescriptionvoidMultiTask.Ordering.apply(WeightedList<?> p_220628_1_) abstract <E extends LivingEntity>
voidMultiTask.RunType.apply(WeightedList<Task<? super E>> p_220630_1_, ServerWorld p_220630_2_, E p_220630_3_, long p_220630_4_) Constructor parameters in net.minecraft.entity.ai.brain.task with type arguments of type WeightedList -
Uses of WeightedList in net.minecraft.util
Methods in net.minecraft.util that return WeightedListMethods in net.minecraft.util that return types with arguments of type WeightedListModifier and TypeMethodDescriptionstatic <U> com.mojang.serialization.Codec<WeightedList<U>>WeightedList.codec(com.mojang.serialization.Codec<U> p_234002_0_) -
Uses of WeightedList in net.minecraft.world.gen.blockstateprovider
Fields in net.minecraft.world.gen.blockstateprovider declared as WeightedListModifier and TypeFieldDescriptionprivate final WeightedList<BlockState>WeightedBlockStateProvider.weightedListMethods in net.minecraft.world.gen.blockstateprovider with parameters of type WeightedListModifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<WeightedBlockStateProvider>WeightedBlockStateProvider.create(WeightedList<BlockState> p_236812_0_) Constructors in net.minecraft.world.gen.blockstateprovider with parameters of type WeightedListModifierConstructorDescriptionprivateWeightedBlockStateProvider(WeightedList<BlockState> p_i225862_1_)