Interface NetherReactorBlockEntity

NetherReactor (Nether Reactor Core) with ID = 3.

interface NetherReactorBlockEntity {
    HasFinished: boolean;
    id: "NetherReactor";
    IsInitialized: boolean;
    isMovable: boolean;
    Progress: number;
    x: number;
    y: number;
    z: number;
}

Hierarchy (view full)

Properties

HasFinished: boolean
false
id

Typed identifier, such as "Chest", "Beacon", etc.

IsInitialized: boolean
false
isMovable: boolean

Block Entity will be saved without instantiating new one when transporting (via pistons, commands, etc.).

Progress: number
0
x: number
y: number
z: number

Copyright © 2024 Nernar. Copyright © 2020 #mineprogramming. Built with ❤ and TypeDoc.