Class CBMicroblockModContent

java.lang.Object
codechicken.microblock.init.CBMicroblockModContent

@Internal public class CBMicroblockModContent extends Object
Created by covers1624 on 26/6/22.
  • Field Details

    • MICRO_BLOCK_ITEM

      public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.item.Item,ItemMicroBlock> MICRO_BLOCK_ITEM
    • STONE_ROD_ITEM

      public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.item.Item,net.minecraft.world.item.Item> STONE_ROD_ITEM
    • STONE_SAW

      public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.item.Item,SawItem> STONE_SAW
    • IRON_SAW

      public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.item.Item,SawItem> IRON_SAW
    • DIAMOND_SAW

      public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.item.Item,SawItem> DIAMOND_SAW
    • MICRO_MATERIAL_COMPONENT

      public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.core.component.DataComponentType<?>,net.minecraft.core.component.DataComponentType<MicroMaterialComponent>> MICRO_MATERIAL_COMPONENT
    • MICRO_TAB

      public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.item.CreativeModeTab,net.minecraft.world.item.CreativeModeTab> MICRO_TAB
    • FACE_MICROBLOCK_PART

      public static final net.neoforged.neoforge.registries.DeferredHolder<MultipartType<?>,FaceMicroFactory> FACE_MICROBLOCK_PART
    • HOLLOW_MICROBLOCK_PART

      public static final net.neoforged.neoforge.registries.DeferredHolder<MultipartType<?>,HollowMicroFactory> HOLLOW_MICROBLOCK_PART
    • CORNER_MICROBLOCK_PART

      public static final net.neoforged.neoforge.registries.DeferredHolder<MultipartType<?>,CornerMicroFactory> CORNER_MICROBLOCK_PART
    • EDGE_MICROBLOCK_PART

      public static final net.neoforged.neoforge.registries.DeferredHolder<MultipartType<?>,EdgeMicroFactory> EDGE_MICROBLOCK_PART
    • POST_MICROBLOCK_PART

      public static final net.neoforged.neoforge.registries.DeferredHolder<MultipartType<?>,PostMicroblockFactory> POST_MICROBLOCK_PART
    • MICRO_RECIPE_SERIALIZER

      public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.item.crafting.RecipeSerializer<?>,net.minecraft.world.item.crafting.SimpleCraftingRecipeSerializer<?>> MICRO_RECIPE_SERIALIZER
  • Constructor Details

    • CBMicroblockModContent

      public CBMicroblockModContent()
  • Method Details

    • init

      public static void init(net.neoforged.bus.api.IEventBus modBus)