Class ShufflingList<U>
java.lang.Object
net.minecraft.world.entity.ai.behavior.ShufflingList<U>
- All Implemented Interfaces:
- Iterable<U>
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final List<ShufflingList.WeightedEntry<U>>private final RandomSource
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprivateShufflingList(List<ShufflingList.WeightedEntry<U>> p_147921_) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.IterableforEach, spliterator
- 
Field Details- 
entries
- 
random
 
- 
- 
Constructor Details- 
ShufflingListpublic ShufflingList()
- 
ShufflingList
 
- 
- 
Method Details