Class BlockItemTagGenerator

java.lang.Object
net.minecraft.data.tag.BlockItemTagGenerator

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

    • BlockItemTagGenerator

      public BlockItemTagGenerator()
  • Method Details

    • run

      protected void run()
      Mappings:
      Namespace Name Mixin selector
      named run Lnet/minecraft/data/tag/BlockItemTagGenerator;run()V
      intermediary method_71549 Lnet/minecraft/class_11387;method_71549()V
      official a Lpi;a()V
    • tag

      protected abstract TagAppender<Block,Block> tag(TagKey<Block> blockTag, TagKey<Item> itemTag)
      Mappings:
      Namespace Name Mixin selector
      named tag Lnet/minecraft/data/tag/BlockItemTagGenerator;tag(Lnet/minecraft/registry/tag/TagKey;Lnet/minecraft/registry/tag/TagKey;)Lnet/minecraft/data/tag/TagAppender;
      intermediary method_71550 Lnet/minecraft/class_11387;method_71550(Lnet/minecraft/class_6862;Lnet/minecraft/class_6862;)Lnet/minecraft/class_11389;
      official a Lpi;a(Layk;Layk;)Lpv;