Interface BlockBreakResult

interface BlockBreakResult {
    experience: number;
    items: ItemInstance[];
}

Properties

Properties

experience: number
items: ItemInstance[]

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