SerenityJS
Preparing search index...
@serenityjs/core
BlockTypeProperties
Interface BlockTypeProperties
interface
BlockTypeProperties
{
air
:
boolean
;
drops
:
ItemDrop
[]
;
liquid
:
boolean
;
loggable
:
boolean
;
permutations
:
BlockPermutation
<
keyof
BlockState
>
[]
;
properties
:
BlockTypeDefinition
;
solid
:
boolean
;
tags
:
string
[]
;
}
Hierarchy (
View Summary
)
BlockTypeProperties
CustomBlockProperties
Index
Properties
air
drops
liquid
loggable
permutations
properties
solid
tags
Properties
air
air
:
boolean
drops
drops
:
ItemDrop
[]
liquid
liquid
:
boolean
loggable
loggable
:
boolean
permutations
permutations
:
BlockPermutation
<
keyof
BlockState
>
[]
properties
properties
:
BlockTypeDefinition
solid
solid
:
boolean
tags
tags
:
string
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
air
drops
liquid
loggable
permutations
properties
solid
tags
SerenityJS
Loading...