mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-31 21:37:39 +01:00
SPIGOT-6551: CaveVinesPlant missing extends BlockData
By: md_5 <git@md-5.net>
This commit is contained in:
parent
6b0ff8582b
commit
106d3eef70
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user