mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-13 19:25:49 -07:00
SPIGOT-6551: CaveVinesPlant missing extends BlockData
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -1,9 +1,11 @@
|
|||||||
package org.bukkit.block.data.type;
|
package org.bukkit.block.data.type;
|
||||||
|
|
||||||
|
import org.bukkit.block.data.BlockData;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 'berries' indicates whether the block has berries.
|
* 'berries' indicates whether the block has berries.
|
||||||
*/
|
*/
|
||||||
public interface CaveVinesPlant {
|
public interface CaveVinesPlant extends BlockData {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the value of the 'berries' property.
|
* Gets the value of the 'berries' property.
|
||||||
|
Reference in New Issue
Block a user