Class ResearchdBlockEntityTypes
java.lang.Object
com.portingdeadmods.researchd.registries.ResearchdBlockEntityTypes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.neoforged.neoforge.registries.DeferredRegister<net.minecraft.world.level.block.entity.BlockEntityType<?>> static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<ResearchLabControllerBE>> static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<ResearchLabPartBE>> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BLOCK_ENTITY_TYPES
public static final net.neoforged.neoforge.registries.DeferredRegister<net.minecraft.world.level.block.entity.BlockEntityType<?>> BLOCK_ENTITY_TYPES -
RESEARCH_LAB_PART
public static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<ResearchLabPartBE>> RESEARCH_LAB_PART -
RESEARCH_LAB_CONTROLLER
public static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<ResearchLabControllerBE>> RESEARCH_LAB_CONTROLLER
-
-
Constructor Details
-
ResearchdBlockEntityTypes
public ResearchdBlockEntityTypes()
-