mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-17 06:48:23 +01:00
SPIGOT-7043: EnderChest does not implement Lidded
By: md_5 <git@md-5.net>
This commit is contained in:
parent
a0619b4d67
commit
8bbd39c170
1 changed files with 1 additions and 1 deletions
|
@ -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 { }
|
||||
|
|
Loading…
Reference in a new issue