mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-10 00:52:22 -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;
|
||||
|
||||
import org.bukkit.block.data.BlockData;
|
||||
|
||||
/**
|
||||
* 'berries' indicates whether the block has berries.
|
||||
*/
|
||||
public interface CaveVinesPlant {
|
||||
public interface CaveVinesPlant extends BlockData {
|
||||
|
||||
/**
|
||||
* Gets the value of the 'berries' property.
|
||||
|
Reference in New Issue
Block a user