Class CBMultipartModContent

java.lang.Object
codechicken.multipart.init.CBMultipartModContent

public class CBMultipartModContent extends Object
Created by covers1624 on 2/9/20.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.level.block.Block,BlockMultipart>
     
    static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.level.block.entity.BlockEntityType<?>,net.minecraft.world.level.block.entity.BlockEntityType<?>>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    init(net.neoforged.bus.api.IEventBus modBus)
     

    Methods inherited from class java.lang.Object

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

    • MULTIPART_BLOCK

      public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.level.block.Block,BlockMultipart> MULTIPART_BLOCK
    • MULTIPART_TILE_TYPE

      public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.level.block.entity.BlockEntityType<?>,net.minecraft.world.level.block.entity.BlockEntityType<?>> MULTIPART_TILE_TYPE
  • Constructor Details

    • CBMultipartModContent

      public CBMultipartModContent()
  • Method Details

    • init

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