BlockEntity
interface BlockEntity {
data: Record<string, any>;
type: number;
}Source: state.ts:73
Represent a block entity
interface BlockEntity {
data: Record<string, any>;
type: number;
}Source: state.ts:73
Represent a block entity
data: Record<string, any>type: number