mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-13 03:05:52 -07:00
@@ -1,9 +1,11 @@
|
|||||||
package org.bukkit.block.data.type;
|
package org.bukkit.block.data.type;
|
||||||
|
|
||||||
|
import org.bukkit.block.data.BlockData;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 'hanging' denotes whether the lantern is hanging from a block.
|
* '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.
|
* Gets the value of the 'hanging' property.
|
||||||
|
Reference in New Issue
Block a user