interface SpawnInterface {
    condition: (() => boolean);
    denyNaturalDespawn?: boolean;
    rarity: number;
    type: number;
}

Properties

condition: (() => boolean)
denyNaturalDespawn?: boolean
rarity: number
type: number

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