Class VanillaBlockItemTags

java.lang.Object
net.minecraft.data.tag.vanilla.VanillaBlockItemTags

public abstract class VanillaBlockItemTags extends Object
Mappings:
Namespace Name
named net/minecraft/data/tag/vanilla/VanillaBlockItemTags
intermediary net/minecraft/class_11387
official pr
  • Constructor Details

    • VanillaBlockItemTags

      public VanillaBlockItemTags()
  • Method Details

    • configure

      protected void configure()
      Mappings:
      Namespace Name Mixin selector
      named configure Lnet/minecraft/data/tag/vanilla/VanillaBlockItemTags;configure()V
      intermediary method_71549 Lnet/minecraft/class_11387;method_71549()V
      official a Lpr;a()V
    • builder

      protected abstract ProvidedTagBuilder<Block,Block> builder(TagKey<Block> blockTag, TagKey<Item> itemTag)
      Mappings:
      Namespace Name Mixin selector
      named builder Lnet/minecraft/data/tag/vanilla/VanillaBlockItemTags;builder(Lnet/minecraft/registry/tag/TagKey;Lnet/minecraft/registry/tag/TagKey;)Lnet/minecraft/data/tag/ProvidedTagBuilder;
      intermediary method_71550 Lnet/minecraft/class_11387;method_71550(Lnet/minecraft/class_6862;Lnet/minecraft/class_6862;)Lnet/minecraft/class_11389;
      official a Lpr;a(Lbek;Lbek;)Lqf;