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