mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-29 04:17:44 +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
@ -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 New Issue
Block a user