toggle menu
BetterRecords
1.20.1-2.0.0
jvm
switch theme
search in API
BetterRecords
/
com.hemogoblins.betterrecords.block
/
ModBlocks
Mod
Blocks
object
ModBlocks
Members
Properties
BLOCK_ENTITIES
Link copied to clipboard
val
BLOCK_ENTITIES
:
DeferredRegister
<
BlockEntityType
<
*
>
>
BLOCKS
Link copied to clipboard
val
BLOCKS
:
DeferredRegister
<
Block
>
RECORD_ETCHER
Link copied to clipboard
val
RECORD_ETCHER
:
RegistryObject
<
RecordEtcherBlock
>
RECORD_ETCHER_ENTITY
Link copied to clipboard
val
RECORD_ETCHER_ENTITY
:
RegistryObject
<
BlockEntityType
<
RecordEtcherBlockEntity
>
>
RECORD_PLAYER
Link copied to clipboard
val
RECORD_PLAYER
:
RegistryObject
<
RecordPlayerBlock
>
RECORD_PLAYER_ENTITY
Link copied to clipboard
val
RECORD_PLAYER_ENTITY
:
RegistryObject
<
BlockEntityType
<
RecordPlayerBlockEntity
>
>
Functions
register
Link copied to clipboard
fun
register
(
eventBus
:
IEventBus
)