Interface MusicBlockEntity

Music (Note Block) with ID = 11.

interface MusicBlockEntity {
    id: "Music";
    isMovable: boolean;
    note: number;
    x: number;
    y: number;
    z: number;
}

Hierarchy (view full)

Properties

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.).

note: number

Number between 0 and 24, which changes note tone.

x: number
y: number
z: number

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