SPIGOT-6551: CaveVinesPlant missing extends BlockData

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2021-06-14 08:43:45 +10:00
parent 6b0ff8582b
commit 106d3eef70

View File

@@ -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.