mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-09 00:22:08 -07:00
SPIGOT-370: Remove LOCKED_CHEST
It doesn't exist anymore and has been deprecated for a year By: Thinkofdeath <thinkofdeath@spigotmc.org>
This commit is contained in:
@@ -158,8 +158,6 @@ public enum Material {
|
|||||||
CAKE_BLOCK(92, 64, Cake.class),
|
CAKE_BLOCK(92, 64, Cake.class),
|
||||||
DIODE_BLOCK_OFF(93, Diode.class),
|
DIODE_BLOCK_OFF(93, Diode.class),
|
||||||
DIODE_BLOCK_ON(94, Diode.class),
|
DIODE_BLOCK_ON(94, Diode.class),
|
||||||
@Deprecated
|
|
||||||
LOCKED_CHEST(95),
|
|
||||||
STAINED_GLASS(95),
|
STAINED_GLASS(95),
|
||||||
TRAP_DOOR(96, TrapDoor.class),
|
TRAP_DOOR(96, TrapDoor.class),
|
||||||
MONSTER_EGGS(97, MonsterEggs.class),
|
MONSTER_EGGS(97, MonsterEggs.class),
|
||||||
@@ -768,7 +766,6 @@ public enum Material {
|
|||||||
case GLOWSTONE:
|
case GLOWSTONE:
|
||||||
case JACK_O_LANTERN:
|
case JACK_O_LANTERN:
|
||||||
case CAKE_BLOCK:
|
case CAKE_BLOCK:
|
||||||
case LOCKED_CHEST:
|
|
||||||
case STAINED_GLASS:
|
case STAINED_GLASS:
|
||||||
case TRAP_DOOR:
|
case TRAP_DOOR:
|
||||||
case MONSTER_EGGS:
|
case MONSTER_EGGS:
|
||||||
|
Reference in New Issue
Block a user