#752: Make Leaves Waterlogged

By: Doc <nachito94@msn.com>
This commit is contained in:
Bukkit/Spigot 2022-06-08 17:30:29 +10:00
parent 6243f50313
commit b456a7cd08

View File

@ -1,6 +1,6 @@
package org.bukkit.block.data.type;
import org.bukkit.block.data.BlockData;
import org.bukkit.block.data.Waterlogged;
/**
* 'persistent' indicates whether or not leaves will be checked by the server to
@ -10,7 +10,7 @@ import org.bukkit.block.data.BlockData;
* conjunction with 'persistent' flag to determine if the leaves will decay or
* not.
*/
public interface Leaves extends BlockData {
public interface Leaves extends Waterlogged {
/**
* Gets the value of the 'persistent' property.