Package net.minecraft.util.registry
Class RegistryEntryList.ListBacked<T>
java.lang.Object
net.minecraft.util.registry.RegistryEntryList.ListBacked<T>
- All Implemented Interfaces:
- Iterable<RegistryEntry<T>>,- RegistryEntryList<T>
- Direct Known Subclasses:
- RegistryEntryList.Direct,- RegistryEntryList.Named
- Enclosing interface:
- RegistryEntryList<T>
public abstract static class RegistryEntryList.ListBacked<T>
extends Object
implements RegistryEntryList<T>
- Mappings:
- Namespace - Name - official - he$b- intermediary - net/minecraft/class_6885$class_6887- named - net/minecraft/util/registry/RegistryEntryList$ListBacked
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraft.util.registry.RegistryEntryListRegistryEntryList.Direct<T>, RegistryEntryList.ListBacked<T>, RegistryEntryList.Named<T>
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.util.registry.RegistryEntryListcontains, getStorage
- 
Constructor Details- 
ListBackedpublic ListBacked()
 
- 
- 
Method Details- 
getEntries- Mappings:
- Namespace - Name - Mixin selector - official - d- Lhe$b;d()Ljava/util/List;- intermediary - method_40249- Lnet/minecraft/class_6885$class_6887;method_40249()Ljava/util/List;- named - getEntries- Lnet/minecraft/util/registry/RegistryEntryList$ListBacked;getEntries()Ljava/util/List;
 
- 
sizepublic int size()- Specified by:
- sizein interface- RegistryEntryList<T>
- Mappings:
- Namespace - Name - Mixin selector - official - b- Lhe;b()I- intermediary - method_40247- Lnet/minecraft/class_6885;method_40247()I- named - size- Lnet/minecraft/util/registry/RegistryEntryList;size()I
 
- 
spliterator- Specified by:
- spliteratorin interface- Iterable<T>
 
- 
iterator
- 
stream- Specified by:
- streamin interface- RegistryEntryList<T>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lhe;a()Ljava/util/stream/Stream;- intermediary - method_40239- Lnet/minecraft/class_6885;method_40239()Ljava/util/stream/Stream;- named - stream- Lnet/minecraft/util/registry/RegistryEntryList;stream()Ljava/util/stream/Stream;
 
- 
getRandom- Specified by:
- getRandomin interface- RegistryEntryList<T>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lhe;a(Lamn;)Ljava/util/Optional;- intermediary - method_40243- Lnet/minecraft/class_6885;method_40243(Lnet/minecraft/class_5819;)Ljava/util/Optional;- named - getRandom- Lnet/minecraft/util/registry/RegistryEntryList;getRandom(Lnet/minecraft/util/math/random/Random;)Ljava/util/Optional;
 
- 
get- Specified by:
- getin interface- RegistryEntryList<T>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lhe;a(I)Lhc;- intermediary - method_40240- Lnet/minecraft/class_6885;method_40240(I)Lnet/minecraft/class_6880;- named - get- Lnet/minecraft/util/registry/RegistryEntryList;get(I)Lnet/minecraft/util/registry/RegistryEntry;
 
- 
isOf- Specified by:
- isOfin interface- RegistryEntryList<T>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lhe;a(Lhm;)Z- intermediary - method_40560- Lnet/minecraft/class_6885;method_40560(Lnet/minecraft/class_2378;)Z- named - isOf- Lnet/minecraft/util/registry/RegistryEntryList;isOf(Lnet/minecraft/util/registry/Registry;)Z
 
 
-