SerenityJS
Preparing search index...
@serenityjs/core
CustomBlockProperties
Interface CustomBlockProperties
interface
CustomBlockProperties
{
air
:
boolean
;
creativeCategory
:
ItemCategory
;
creativeGroup
:
ItemGroup
;
drops
:
ItemDrop
[]
;
liquid
:
boolean
;
loggable
:
boolean
;
permutations
:
BlockPermutation
<
keyof
BlockState
>
[]
;
properties
:
BlockTypeDefinition
;
solid
:
boolean
;
tags
:
string
[]
;
}
Hierarchy (
View Summary
)
BlockTypeProperties
CustomBlockProperties
Index
Properties
air
creative
Category
creative
Group
drops
liquid
loggable
permutations
properties
solid
tags
Properties
air
air
:
boolean
creative
Category
creativeCategory
:
ItemCategory
creative
Group
creativeGroup
:
ItemGroup
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
creative
Category
creative
Group
drops
liquid
loggable
permutations
properties
solid
tags
SerenityJS
Loading...