Object GhostBlockHolderRebarBlock.VanillaGhostBlock.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final NamespacedKeyKEYprivate final NamespacedKeyVANILLA_BLOCKS_KEYprivate final ListPersistentDataType<String, BlockData>VANILLA_BLOCKS_TYPEpublic final static GhostBlockHolderRebarBlock.VanillaGhostBlock.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final NamespacedKeygetKEY()final NamespacedKeygetVANILLA_BLOCKS_KEY()final ListPersistentDataType<String, BlockData>getVANILLA_BLOCKS_TYPE()-
-
Method Detail
-
getKEY
final NamespacedKey getKEY()
-
getVANILLA_BLOCKS_KEY
final NamespacedKey getVANILLA_BLOCKS_KEY()
-
getVANILLA_BLOCKS_TYPE
final ListPersistentDataType<String, BlockData> getVANILLA_BLOCKS_TYPE()
-
-
-
-