Interface EndGatewayBlockEntity

EndGateway (End Gateway) with ID = 24.

interface EndGatewayBlockEntity {
    Age: number;
    ExitPortal: number[];
    id: "EndGateway";
    isMovable: boolean;
    x: number;
    y: number;
    z: number;
}

Hierarchy (view full)

Properties

Age: number

Counter, that drops when entity moves through portal. Used to display purple beacon in portal for few hundred ticks.

ExitPortal: number[]

XYZ coordinates of place portal transfers to.

[0, 0, 0] // so, under world
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.).

x: number
y: number
z: number

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