Class AllTags

java.lang.Object
com.simibubi.create.AllTags

public class AllTags extends Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static enum 
     
    static enum 
     
    static enum 
     
    static enum 
     
  • 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>>
     
    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>>
     
    static net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block>
     
    static net.minecraft.tags.TagKey<net.minecraft.world.level.material.Fluid>
     
    static net.minecraft.tags.TagKey<net.minecraft.world.item.Item>
     
    static <T> net.minecraft.tags.TagKey<T>
    forgeTag(Function<net.minecraft.resources.ResourceLocation,net.minecraft.tags.TagKey<T>> wrapperFactory, String path)
     
    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>>
     
    static void
     
    static <T> net.minecraft.tags.TagKey<T>
    tag(Function<net.minecraft.resources.ResourceLocation,net.minecraft.tags.TagKey<T>> wrapperFactory, String namespace, String path)
     
    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.ItemBuilder<net.minecraft.world.item.BlockItem,com.tterrag.registrate.builders.BlockBuilder<T,P>>>
     

    Methods inherited from class java.lang.Object

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

    • AllTags

      public AllTags()
  • Method Details

    • tag

      public static <T> net.minecraft.tags.TagKey<T> tag(Function<net.minecraft.resources.ResourceLocation,net.minecraft.tags.TagKey<T>> wrapperFactory, String namespace, String path)
    • forgeTag

      public static <T> net.minecraft.tags.TagKey<T> forgeTag(Function<net.minecraft.resources.ResourceLocation,net.minecraft.tags.TagKey<T>> wrapperFactory, String path)
    • forgeBlockTag

      public static net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> forgeBlockTag(String path)
    • forgeItemTag

      public static net.minecraft.tags.TagKey<net.minecraft.world.item.Item> forgeItemTag(String path)
    • forgeFluidTag

      public static net.minecraft.tags.TagKey<net.minecraft.world.level.material.Fluid> forgeFluidTag(String path)
    • axeOrPickaxe

      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>> axeOrPickaxe()
    • axeOnly

      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>> axeOnly()
    • pickaxeOnly

      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>> pickaxeOnly()
    • tagBlockAndItem

      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.ItemBuilder<net.minecraft.world.item.BlockItem,com.tterrag.registrate.builders.BlockBuilder<T,P>>> tagBlockAndItem(String... path)
    • register

      public static void register()