Object TBSBlockEntities
-
- All Implemented Interfaces:
public class TBSBlockEntities
-
-
Field Summary
Fields Modifier and Type Field Description private final DeferredHolder<BlockEntityType<?>, BlockEntityType<ConsoleBlockEntity>>
CONSOLE
private final DeferredHolder<BlockEntityType<?>, BlockEntityType<WhiteBlockEntity>>
WHITE
private final DeferredHolder<BlockEntityType<?>, BlockEntityType<ShadowBugBlockEntity>>
SHADOW_BUG
public final static TBSBlockEntities
INSTANCE
-
Method Summary
Modifier and Type Method Description final DeferredHolder<BlockEntityType<?>, BlockEntityType<ConsoleBlockEntity>>
getCONSOLE()
final DeferredHolder<BlockEntityType<?>, BlockEntityType<WhiteBlockEntity>>
getWHITE()
final DeferredHolder<BlockEntityType<?>, BlockEntityType<ShadowBugBlockEntity>>
getSHADOW_BUG()
-
-
Method Detail
-
getCONSOLE
final DeferredHolder<BlockEntityType<?>, BlockEntityType<ConsoleBlockEntity>> getCONSOLE()
-
getWHITE
final DeferredHolder<BlockEntityType<?>, BlockEntityType<WhiteBlockEntity>> getWHITE()
-
getSHADOW_BUG
final DeferredHolder<BlockEntityType<?>, BlockEntityType<ShadowBugBlockEntity>> getSHADOW_BUG()
-
-
-
-