Commits
chickeneer authored and md_5 committed 788174ae247
1 1 | package org.bukkit.block.data.type; |
2 2 | |
3 3 | import org.bukkit.block.data.Ageable; |
4 + | import org.bukkit.block.data.Hangable; |
4 5 | import org.bukkit.block.data.Waterlogged; |
5 6 | |
6 - | public interface MangrovePropagule extends Ageable, Sapling, Waterlogged { |
7 + | public interface MangrovePropagule extends Ageable, Hangable, Sapling, Waterlogged { |
7 8 | } |