Class EdenWoodenComplexMaterial

java.lang.Object
org.betterx.bclib.complexmaterials.ComplexMaterial
org.betterx.bclib.complexmaterials.ComplexMaterialSet<org.betterx.bclib.complexmaterials.WoodenComplexMaterial>
org.betterx.bclib.complexmaterials.WoodenComplexMaterial
paulevs.edenring.blocks.complex.EdenWoodenComplexMaterial
Direct Known Subclasses:
BrainTreeComplexMaterial

public class EdenWoodenComplexMaterial extends org.betterx.bclib.complexmaterials.WoodenComplexMaterial
  • Field Summary

    Fields inherited from class org.betterx.bclib.complexmaterials.WoodenComplexMaterial

    BLOCK_BARK, BLOCK_BARREL, BLOCK_BOOKSHELF, BLOCK_BUTTON, BLOCK_CHEST, BLOCK_COMPOSTER, BLOCK_CRAFTING_TABLE, BLOCK_DOOR, BLOCK_FENCE, BLOCK_GATE, BLOCK_LADDER, BLOCK_LOG, BLOCK_PLANKS, BLOCK_PRESSURE_PLATE, BLOCK_SIGN, BLOCK_SLAB, BLOCK_STAIRS, BLOCK_STRIPPED_BARK, BLOCK_STRIPPED_LOG, BLOCK_TRAPDOOR, BLOCK_WALL_SIGN, boatType, ITEM_BOAT, ITEM_CHEST_BOAT, MATERIAL_ID, planksColor, TAG_LOGS, woodColor, woodType

    Fields inherited from class org.betterx.bclib.complexmaterials.ComplexMaterial

    baseName, modID, receipGroupPrefix
  • Constructor Summary

    Constructors
    Constructor
    Description
    EdenWoodenComplexMaterial(String modID, String baseName, String receipGroupPrefix, net.minecraft.world.level.material.MapColor woodColor, net.minecraft.world.level.material.MapColor planksColor)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.betterx.bclib.complexmaterials.entry.SlotMap<org.betterx.bclib.complexmaterials.WoodenComplexMaterial>
     
     

    Methods inherited from class org.betterx.bclib.complexmaterials.WoodenComplexMaterial

    createWoodTypeBuilder, getBlockSettings, getBoatType, getMaterialID, initBoatType, initFlammable, initTags, supplyBoatType

    Methods inherited from class org.betterx.bclib.complexmaterials.ComplexMaterialSet

    initAdditional, initAdditionalRecipes, initDefault, initDefaultRecipes

    Methods inherited from class org.betterx.bclib.complexmaterials.ComplexMaterial

    addBlockEntry, addBlockEntry, addBlockTag, addItemEntry, addItemEntry, addItemTag, addRecipeEntry, addRecipeEntry, getAllMaterials, getBaseName, getBlock, getBlock, getBlockItem, getBlockItem, getBlocks, getBlockTag, getItem, getItem, getItems, getItemSettings, getItemTag, getModID, ifBlockPresent, ifBlockPresent, ifItemPresent, ifItemPresent, init, replaceOrAddBlockEntry

    Methods inherited from class java.lang.Object

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

    • EdenWoodenComplexMaterial

      public EdenWoodenComplexMaterial(String modID, String baseName, String receipGroupPrefix, net.minecraft.world.level.material.MapColor woodColor, net.minecraft.world.level.material.MapColor planksColor)
  • Method Details

    • init

    • createMaterialSlots

      protected org.betterx.bclib.complexmaterials.entry.SlotMap<org.betterx.bclib.complexmaterials.WoodenComplexMaterial> createMaterialSlots()
      Overrides:
      createMaterialSlots in class org.betterx.bclib.complexmaterials.WoodenComplexMaterial