Class NorthstarDataGenTags

java.lang.Object
com.lightning.northstar.data.util.NorthstarDataGenTags

public class NorthstarDataGenTags extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static <T extends net.minecraft.world.level.block.Block, P>
    com.tterrag.registrate.util.nullness.NonNullFunction<com.tterrag.registrate.builders.BlockBuilder<T,P>,com.tterrag.registrate.builders.BlockBuilder<T,P>>
    apply(net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> block, net.minecraft.tags.TagKey<net.minecraft.world.item.Item> item)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NorthstarDataGenTags

      public NorthstarDataGenTags()
  • Method Details

    • apply

      public static <T extends net.minecraft.world.level.block.Block, P> com.tterrag.registrate.util.nullness.NonNullFunction<com.tterrag.registrate.builders.BlockBuilder<T,P>,com.tterrag.registrate.builders.BlockBuilder<T,P>> apply(net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> block, net.minecraft.tags.TagKey<net.minecraft.world.item.Item> item)