Make Lantern extend BlockData

By: Noah <noahdaeger@hotmail.com>
This commit is contained in:
Bukkit/Spigot 2019-09-19 05:12:08 +00:00
parent 550732e436
commit 2b1d1adac0

View file

@ -1,9 +1,11 @@
package org.bukkit.block.data.type;
import org.bukkit.block.data.BlockData;
/**
* 'hanging' denotes whether the lantern is hanging from a block.
*/
public interface Lantern {
public interface Lantern extends BlockData {
/**
* Gets the value of the 'hanging' property.