UNPKG

@jsprismarine/prismarine

Version:

Dedicated Minecraft Bedrock Edition server written in TypeScript

13 lines 313 B
import { Flowable } from '../Flowable'; export declare enum SaplingType { Oak = 0, Spruce = 1, Birch = 2, Jungle = 3, Acacia = 4, DarkOak = 5 } export default class OakSapling extends Flowable { constructor(name?: string, type?: SaplingType); } //# sourceMappingURL=OakSapling.d.ts.map