Class MetalBarsGen

java.lang.Object
com.simibubi.create.foundation.data.MetalBarsGen

public class MetalBarsGen extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static <P extends net.minecraft.world.level.block.IronBarsBlock>
    com.tterrag.registrate.util.nullness.NonNullBiConsumer<com.tterrag.registrate.providers.DataGenContext<net.minecraft.world.level.block.Block,P>,com.tterrag.registrate.providers.RegistrateBlockstateProvider>
    barsBlockState(String name, boolean specialEdge)
     
    static com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.IronBarsBlock>
    createBars(String name, boolean specialEdge, Supplier<com.tterrag.registrate.util.DataIngredient> ingredient, net.minecraft.world.level.material.MapColor color)
     

    Methods inherited from class java.lang.Object

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

    • MetalBarsGen

      public MetalBarsGen()
  • Method Details

    • barsBlockState

      public static <P extends net.minecraft.world.level.block.IronBarsBlock> com.tterrag.registrate.util.nullness.NonNullBiConsumer<com.tterrag.registrate.providers.DataGenContext<net.minecraft.world.level.block.Block,P>,com.tterrag.registrate.providers.RegistrateBlockstateProvider> barsBlockState(String name, boolean specialEdge)
    • createBars

      public static com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.IronBarsBlock> createBars(String name, boolean specialEdge, Supplier<com.tterrag.registrate.util.DataIngredient> ingredient, net.minecraft.world.level.material.MapColor color)