Package paulevs.edenring.blocks.complex
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, woodTypeFields inherited from class org.betterx.bclib.complexmaterials.ComplexMaterial
baseName, modID, receipGroupPrefix -
Constructor Summary
ConstructorsConstructorDescriptionEdenWoodenComplexMaterial(String modID, String baseName, String receipGroupPrefix, net.minecraft.world.level.material.MapColor woodColor, net.minecraft.world.level.material.MapColor planksColor) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.betterx.bclib.complexmaterials.entry.SlotMap<org.betterx.bclib.complexmaterials.WoodenComplexMaterial>init()Methods inherited from class org.betterx.bclib.complexmaterials.WoodenComplexMaterial
createWoodTypeBuilder, getBlockSettings, getBoatType, getMaterialID, initBoatType, initFlammable, initTags, supplyBoatTypeMethods inherited from class org.betterx.bclib.complexmaterials.ComplexMaterialSet
initAdditional, initAdditionalRecipes, initDefault, initDefaultRecipesMethods 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
-
Constructor Details
-
EdenWoodenComplexMaterial
-
-
Method Details
-
init
-
createMaterialSlots
protected org.betterx.bclib.complexmaterials.entry.SlotMap<org.betterx.bclib.complexmaterials.WoodenComplexMaterial> createMaterialSlots()- Overrides:
createMaterialSlotsin classorg.betterx.bclib.complexmaterials.WoodenComplexMaterial
-