MineJSv0.5.1

BlockEntity

interface BlockEntity { data: Record<string, any>; type: number; }

Source: state.ts:73

Represent a block entity


Properties

data: Record<string, any>

type: number