mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 10:12:06 -07:00
SPIGOT-5417: Campfire should implement Directional
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
package org.bukkit.block.data.type;
|
package org.bukkit.block.data.type;
|
||||||
|
|
||||||
|
import org.bukkit.block.data.Directional;
|
||||||
import org.bukkit.block.data.Lightable;
|
import org.bukkit.block.data.Lightable;
|
||||||
import org.bukkit.block.data.Waterlogged;
|
import org.bukkit.block.data.Waterlogged;
|
||||||
|
|
||||||
@@ -7,7 +8,7 @@ import org.bukkit.block.data.Waterlogged;
|
|||||||
* 'signal_fire' denotes whether the fire is extra smokey due to having a hay
|
* 'signal_fire' denotes whether the fire is extra smokey due to having a hay
|
||||||
* bale placed beneath it.
|
* bale placed beneath it.
|
||||||
*/
|
*/
|
||||||
public interface Campfire extends Lightable, Waterlogged {
|
public interface Campfire extends Directional, Lightable, Waterlogged {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the value of the 'signal_fire' property.
|
* Gets the value of the 'signal_fire' property.
|
||||||
|
Reference in New Issue
Block a user