SPIGOT-7043: EnderChest does not implement Lidded

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2022-06-10 10:57:48 +10:00
parent a0619b4d67
commit 8bbd39c170

View File

@ -3,4 +3,4 @@ package org.bukkit.block;
/**
* Represents a captured state of an ender chest.
*/
public interface EnderChest extends TileState { }
public interface EnderChest extends Lidded, TileState { }