Interface FrameTextureSides

interface FrameTextureSides {
    down?: boolean;
    left?: boolean;
    right?: boolean;
    up?: boolean;
}

Properties

Properties

down?: boolean
left?: boolean
right?: boolean
up?: boolean

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