Interface SCBlockEntities
public interface SCBlockEntities
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<AquariumBlockEntity>> static final net.neoforged.neoforge.registries.DeferredRegister<net.minecraft.world.level.block.entity.BlockEntityType<?>> static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<DisplayBlockEntity>> static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<StandBlockEntity>> static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<TackleBoxBlockEntity>> -
Method Summary
Static Methods
-
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)
-