Class VanillaInstrumentTagProvider
java.lang.Object
net.minecraft.data.server.tag.TagProvider<Instrument>
net.minecraft.data.server.tag.vanilla.VanillaInstrumentTagProvider
- All Implemented Interfaces:
DataProvider
- Mappings:
Namespace Name official ndintermediary net/minecraft/class_7459named net/minecraft/data/server/tag/vanilla/VanillaInstrumentTagProvider
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.data.server.tag.TagProvider
TagProvider.ProvidedTagBuilder<T>, TagProvider.TagLookup<T>Nested classes/interfaces inherited from interface net.minecraft.data.DataProvider
DataProvider.Factory<T extends DataProvider> -
Field Summary
Fields inherited from class net.minecraft.data.server.tag.TagProvider
pathResolver, registryRefFields inherited from interface net.minecraft.data.DataProvider
JSON_KEY_SORT_ORDER, JSON_KEY_SORTING_COMPARATOR -
Constructor Summary
ConstructorsConstructorDescriptionVanillaInstrumentTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) -
Method Summary
Methods inherited from class net.minecraft.data.server.tag.TagProvider
getName, getOrCreateTagBuilder, getRegistryLookupFuture, getTagBuilder, getTagLookupFuture, run
-
Constructor Details
-
VanillaInstrumentTagProvider
public VanillaInstrumentTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) - Mappings:
Namespace Name Mixin selector official <init>Lnd;<init>(Ljj;Ljava/util/concurrent/CompletableFuture;)Vintermediary <init>Lnet/minecraft/class_7459;<init>(Lnet/minecraft/class_7784;Ljava/util/concurrent/CompletableFuture;)Vnamed <init>Lnet/minecraft/data/server/tag/vanilla/VanillaInstrumentTagProvider;<init>(Lnet/minecraft/data/DataOutput;Ljava/util/concurrent/CompletableFuture;)V
-
-
Method Details
-
configure
- Specified by:
configurein classTagProvider<Instrument>- Mappings:
Namespace Name Mixin selector official aLnj;a(Lhf$b;)Vintermediary method_10514Lnet/minecraft/class_2474;method_10514(Lnet/minecraft/class_7225$class_7874;)Vnamed configureLnet/minecraft/data/server/tag/TagProvider;configure(Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)V
-