Package net.minecraft.tag
Class TagManagerLoader.RequiredGroup<T>
java.lang.Object
net.minecraft.tag.TagManagerLoader.RequiredGroup<T>
- Enclosing class:
- TagManagerLoader
static class TagManagerLoader.RequiredGroup<T> extends Object
- Mappings:
Namespace Name official afs$aintermediary net/minecraft/class_3505$class_5751named net/minecraft/tag/TagManagerLoader$RequiredGroup
-
Field Summary
Fields Modifier and Type Field Description private CompletableFuture<? extends TagGroup<T>>groupLoadFutureprivate RequiredTagList<T>requirement -
Constructor Summary
Constructors Modifier Constructor Description privateRequiredGroup(RequiredTagList<T> requirement, CompletableFuture<? extends TagGroup<T>> groupLoadFuture) -
Method Summary
Modifier and Type Method Description voidaddTo(TagManager.Builder builder)
-
Field Details
-
requirement
- Mappings:
Namespace Name Mixin selector official aLafs$a;a:Lafm;intermediary field_28313Lnet/minecraft/class_3505$class_5751;field_28313:Lnet/minecraft/class_5120;named requirementLnet/minecraft/tag/TagManagerLoader$RequiredGroup;requirement:Lnet/minecraft/tag/RequiredTagList;
-
groupLoadFuture
- Mappings:
Namespace Name Mixin selector official bLafs$a;b:Ljava/util/concurrent/CompletableFuture;intermediary field_28314Lnet/minecraft/class_3505$class_5751;field_28314:Ljava/util/concurrent/CompletableFuture;named groupLoadFutureLnet/minecraft/tag/TagManagerLoader$RequiredGroup;groupLoadFuture:Ljava/util/concurrent/CompletableFuture;
-
-
Constructor Details
-
RequiredGroup
private RequiredGroup(RequiredTagList<T> requirement, CompletableFuture<? extends TagGroup<T>> groupLoadFuture)- Mappings:
Namespace Name Mixin selector official <init>Lafs$a;<init>(Lafm;Ljava/util/concurrent/CompletableFuture;)Vintermediary <init>Lnet/minecraft/class_3505$class_5751;<init>(Lnet/minecraft/class_5120;Ljava/util/concurrent/CompletableFuture;)Vnamed <init>Lnet/minecraft/tag/TagManagerLoader$RequiredGroup;<init>(Lnet/minecraft/tag/RequiredTagList;Ljava/util/concurrent/CompletableFuture;)V
-
-
Method Details
-
addTo
- Mappings:
Namespace Name Mixin selector official aLafs$a;a(Lafq$a;)Vintermediary method_33183Lnet/minecraft/class_3505$class_5751;method_33183(Lnet/minecraft/class_5415$class_5749;)Vnamed addToLnet/minecraft/tag/TagManagerLoader$RequiredGroup;addTo(Lnet/minecraft/tag/TagManager$Builder;)V
-