Update to Minecraft 1.16.2

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2020-08-12 07:00:00 +10:00
parent 7278ee0293
commit 42b72d7c63
12 changed files with 136 additions and 98 deletions

View File

@@ -0,0 +1,7 @@
package org.bukkit.block.data.type;
import org.bukkit.block.data.Orientable;
import org.bukkit.block.data.Waterlogged;
public interface Chain extends Orientable, Waterlogged {
}

View File

@@ -1,11 +1,11 @@
package org.bukkit.block.data.type;
import org.bukkit.block.data.BlockData;
import org.bukkit.block.data.Waterlogged;
/**
* 'hanging' denotes whether the lantern is hanging from a block.
*/
public interface Lantern extends BlockData {
public interface Lantern extends Waterlogged {
/**
* Gets the value of the 'hanging' property.