Class ShufflingList<U>
java.lang.Object
net.minecraft.world.entity.ai.behavior.ShufflingList<U>
- All Implemented Interfaces:
Iterable<U>
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprotected final List<ShufflingList.WeightedEntry<U>>
private final RandomSource
-
Constructor Summary
ModifierConstructorDescriptionprivate
ShufflingList
(List<ShufflingList.WeightedEntry<U>> p_147921_) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
entries
-
random
-
-
Constructor Details
-
ShufflingList
public ShufflingList() -
ShufflingList
-
-
Method Details