mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 11:18:23 +01:00
#761: Add Hangable interface to MangrovePropagule
By: chickeneer <emcchickeneer@gmail.com>
This commit is contained in:
parent
5148d2950b
commit
b1a97476be
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
package org.bukkit.block.data.type;
|
||||
|
||||
import org.bukkit.block.data.Ageable;
|
||||
import org.bukkit.block.data.Hangable;
|
||||
import org.bukkit.block.data.Waterlogged;
|
||||
|
||||
public interface MangrovePropagule extends Ageable, Sapling, Waterlogged {
|
||||
public interface MangrovePropagule extends Ageable, Hangable, Sapling, Waterlogged {
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue