Class VanillaBlockTagProvider
java.lang.Object
net.minecraft.data.server.tag.TagProvider<T>
net.minecraft.data.server.tag.ValueLookupTagProvider<Block>
net.minecraft.data.server.tag.vanilla.VanillaBlockTagProvider
- All Implemented Interfaces:
DataProvider
- Mappings:
Namespace Name official nnintermediary net/minecraft/class_2466named net/minecraft/data/server/tag/vanilla/VanillaBlockTagProvider
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.data.server.tag.ValueLookupTagProvider
ValueLookupTagProvider.ObjectBuilder<T>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
ConstructorsConstructorDescriptionVanillaBlockTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) -
Method Summary
Methods inherited from class net.minecraft.data.server.tag.ValueLookupTagProvider
getOrCreateTagBuilderMethods inherited from class net.minecraft.data.server.tag.TagProvider
getName, getRegistryLookupFuture, getTagBuilder, getTagLookupFuture, run
-
Constructor Details
-
VanillaBlockTagProvider
public VanillaBlockTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) - Mappings:
Namespace Name Mixin selector official <init>Lnn;<init>(Ljj;Ljava/util/concurrent/CompletableFuture;)Vintermediary <init>Lnet/minecraft/class_2466;<init>(Lnet/minecraft/class_7784;Ljava/util/concurrent/CompletableFuture;)Vnamed <init>Lnet/minecraft/data/server/tag/vanilla/VanillaBlockTagProvider;<init>(Lnet/minecraft/data/DataOutput;Ljava/util/concurrent/CompletableFuture;)V
-
-
Method Details
-
configure
- Specified by:
configurein classTagProvider<Block>- 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
-