Package net.minecraft.registry.tag
Interface TagGroupLoader.EntrySupplier<T>
- Enclosing class:
TagGroupLoader<T>
public static interface TagGroupLoader.EntrySupplier<T>
- Mappings:
Namespace Name named net/minecraft/registry/tag/TagGroupLoader$EntrySupplierintermediary net/minecraft/class_3503$class_10272official ayd$a
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> TagGroupLoader.EntrySupplier<RegistryEntry<T>> forInitial(MutableRegistry<T> registry) static <T> TagGroupLoader.EntrySupplier<? extends RegistryEntry<T>> get(Identifier id, boolean required)
-
Method Details
-
get
- Mappings:
Namespace Name Mixin selector named getLnet/minecraft/registry/tag/TagGroupLoader$EntrySupplier;get(Lnet/minecraft/util/Identifier;Z)Ljava/util/Optional;intermediary getLnet/minecraft/class_3503$class_10272;get(Lnet/minecraft/class_2960;Z)Ljava/util/Optional;official getLayd$a;get(Lalr;Z)Ljava/util/Optional;
-
forReload
- Mappings:
Namespace Name Mixin selector named forReloadLnet/minecraft/registry/tag/TagGroupLoader$EntrySupplier;forReload(Lnet/minecraft/registry/Registry;)Lnet/minecraft/registry/tag/TagGroupLoader$EntrySupplier;intermediary method_64598Lnet/minecraft/class_3503$class_10272;method_64598(Lnet/minecraft/class_2378;)Lnet/minecraft/class_3503$class_10272;official aLayd$a;a(Ljt;)Layd$a;
-
forInitial
- Mappings:
Namespace Name Mixin selector named forInitialLnet/minecraft/registry/tag/TagGroupLoader$EntrySupplier;forInitial(Lnet/minecraft/registry/MutableRegistry;)Lnet/minecraft/registry/tag/TagGroupLoader$EntrySupplier;intermediary method_64600Lnet/minecraft/class_3503$class_10272;method_64600(Lnet/minecraft/class_2385;)Lnet/minecraft/class_3503$class_10272;official aLayd$a;a(Lkc;)Layd$a;
-