mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-08 16:12:18 -07:00
#761: Add Hangable interface to MangrovePropagule
By: chickeneer <emcchickeneer@gmail.com>
This commit is contained in:
@@ -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 {
|
||||
}
|
||||
|
Reference in New Issue
Block a user