Interface SCBlockEntities


public interface SCBlockEntities
  • Field Details

    • BLOCK_ENTITIES

      static final net.neoforged.neoforge.registries.DeferredRegister<net.minecraft.world.level.block.entity.BlockEntityType<?>> BLOCK_ENTITIES
    • STAND

      static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<StandBlockEntity>> STAND
    • DISPLAY

      static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<DisplayBlockEntity>> DISPLAY
    • AQUARIUM

      static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<AquariumBlockEntity>> AQUARIUM
    • TACKLE_BOX

      static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<TackleBoxBlockEntity>> TACKLE_BOX
  • Method Details

    • register

      static void register(net.neoforged.bus.api.IEventBus eventBus)