Uses of Class
net.minecraft.util.collection.ShufflingList
Packages that use ShufflingList
-
Uses of ShufflingList in net.minecraft.entity.ai.brain.task
Fields in net.minecraft.entity.ai.brain.task declared as ShufflingListModifier and TypeFieldDescriptionprivate final ShufflingList<Task<? super E>> CompositeTask.tasksFields in net.minecraft.entity.ai.brain.task with type parameters of type ShufflingListModifier and TypeFieldDescriptionprivate final Consumer<ShufflingList<?>> CompositeTask.Order.listModifierMethods in net.minecraft.entity.ai.brain.task with parameters of type ShufflingListConstructor parameters in net.minecraft.entity.ai.brain.task with type arguments of type ShufflingList -
Uses of ShufflingList in net.minecraft.util.collection
Methods in net.minecraft.util.collection that return ShufflingListMethods in net.minecraft.util.collection that return types with arguments of type ShufflingListModifier and TypeMethodDescriptionstatic <U> com.mojang.serialization.Codec<ShufflingList<U>> ShufflingList.createCodec(com.mojang.serialization.Codec<U> codec)