Package com.blamejared.wac.block.entity
Class WACBlockEntityTypes
java.lang.Object
com.blamejared.wac.block.entity.WACBlockEntityTypes
- All Implemented Interfaces:
IRegister
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RegistryObject<net.minecraft.world.level.block.entity.BlockEntityType<DeepslateBasinBlockEntity>> static final RegistryObject<net.minecraft.world.level.block.entity.BlockEntityType<MossyPodiumBlockEntity>> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MOSSY_PODIUM
public static final RegistryObject<net.minecraft.world.level.block.entity.BlockEntityType<MossyPodiumBlockEntity>> MOSSY_PODIUM -
DEEPSLATE_BASIN
public static final RegistryObject<net.minecraft.world.level.block.entity.BlockEntityType<DeepslateBasinBlockEntity>> DEEPSLATE_BASIN
-
-
Constructor Details
-
WACBlockEntityTypes
public WACBlockEntityTypes()
-