Interface LodestoneBlockEntity

Lodestone with ID = 44.

interface LodestoneBlockEntity {
    id: "Lodestone";
    isMovable: boolean;
    trackingHandle: boolean;
    x: number;
    y: number;
    z: number;
}

Hierarchy (view full)

Properties

id

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

isMovable: boolean

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

trackingHandle: boolean

Compass points to this lodestone.

x: number
y: number
z: number

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