mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-05 23:21:38 +01:00
parent
6243f50313
commit
b456a7cd08
@ -1,6 +1,6 @@
|
|||||||
package org.bukkit.block.data.type;
|
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
|
* '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
|
* conjunction with 'persistent' flag to determine if the leaves will decay or
|
||||||
* not.
|
* not.
|
||||||
*/
|
*/
|
||||||
public interface Leaves extends BlockData {
|
public interface Leaves extends Waterlogged {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the value of the 'persistent' property.
|
* Gets the value of the 'persistent' property.
|
||||||
|
Loading…
Reference in New Issue
Block a user