Commits
DerFrZocker authored and md_5 committed 63472efba09
1 1 | package org.bukkit.entity.boat; |
2 2 | |
3 + | import org.bukkit.MinecraftExperimental; |
3 4 | import org.bukkit.entity.Boat; |
5 + | import org.jetbrains.annotations.ApiStatus; |
4 6 | |
5 7 | /** |
6 8 | * Represents an pale oak boat. |
7 9 | */ |
10 + | Experimental | .
11 + | MinecraftExperimental.Requires.WINTER_DROP) | (
8 12 | public interface PaleOakBoat extends Boat { |
9 13 | } |