Class CopperRegistries

java.lang.Object
com.simibubi.create.foundation.block.CopperRegistries

@Internal public class CopperRegistries extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    addWaxable(net.minecraft.core.Holder<net.minecraft.world.level.block.Block> original, net.minecraft.core.Holder<net.minecraft.world.level.block.Block> waxed)
     
    static void
    addWeathering(net.minecraft.core.Holder<net.minecraft.world.level.block.Block> original, net.minecraft.core.Holder<net.minecraft.world.level.block.Block> weathered)
     
    static Map<net.minecraft.core.Holder<net.minecraft.world.level.block.Block>,net.minecraft.core.Holder<net.minecraft.world.level.block.Block>>
     
    static Map<net.minecraft.core.Holder<net.minecraft.world.level.block.Block>,net.minecraft.core.Holder<net.minecraft.world.level.block.Block>>
     

    Methods inherited from class java.lang.Object

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

    • CopperRegistries

      public CopperRegistries()
  • Method Details

    • getWeatheringView

      public static Map<net.minecraft.core.Holder<net.minecraft.world.level.block.Block>,net.minecraft.core.Holder<net.minecraft.world.level.block.Block>> getWeatheringView()
    • getWaxableView

      public static Map<net.minecraft.core.Holder<net.minecraft.world.level.block.Block>,net.minecraft.core.Holder<net.minecraft.world.level.block.Block>> getWaxableView()
    • addWeathering

      public static void addWeathering(net.minecraft.core.Holder<net.minecraft.world.level.block.Block> original, net.minecraft.core.Holder<net.minecraft.world.level.block.Block> weathered)
    • addWaxable

      public static void addWaxable(net.minecraft.core.Holder<net.minecraft.world.level.block.Block> original, net.minecraft.core.Holder<net.minecraft.world.level.block.Block> waxed)