mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-05 16:49:39 +00:00
#1068: TreeType - add missing pale oak trees
This commit is contained in:
parent
98a38e6a88
commit
72059e3559
1 changed files with 14 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
package org.bukkit;
|
package org.bukkit;
|
||||||
|
|
||||||
|
import org.jetbrains.annotations.ApiStatus;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Tree and organic structure types.
|
* Tree and organic structure types.
|
||||||
*/
|
*/
|
||||||
|
@ -101,4 +103,16 @@ public enum TreeType {
|
||||||
* Cherry tree
|
* Cherry tree
|
||||||
*/
|
*/
|
||||||
CHERRY,
|
CHERRY,
|
||||||
|
/**
|
||||||
|
* Pale oak tree
|
||||||
|
*/
|
||||||
|
@ApiStatus.Experimental
|
||||||
|
@MinecraftExperimental(MinecraftExperimental.Requires.WINTER_DROP)
|
||||||
|
PALE_OAK,
|
||||||
|
/**
|
||||||
|
* Pale oak tree with a creaking heart
|
||||||
|
*/
|
||||||
|
@ApiStatus.Experimental
|
||||||
|
@MinecraftExperimental(MinecraftExperimental.Requires.WINTER_DROP)
|
||||||
|
PALE_OAK_CREAKING,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue