mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-09 00:22:08 -07:00
SPIGOT-7043: EnderChest does not implement Lidded
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -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 { }
|
||||
|
Reference in New Issue
Block a user