mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-24 01:06:01 +01: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:
parent
1b8726b2b5
commit
f27a00c74d
1 changed files with 0 additions and 3 deletions
|
@ -158,8 +158,6 @@ public enum Material {
|
|||
CAKE_BLOCK(92, 64, Cake.class),
|
||||
DIODE_BLOCK_OFF(93, Diode.class),
|
||||
DIODE_BLOCK_ON(94, Diode.class),
|
||||
@Deprecated
|
||||
LOCKED_CHEST(95),
|
||||
STAINED_GLASS(95),
|
||||
TRAP_DOOR(96, TrapDoor.class),
|
||||
MONSTER_EGGS(97, MonsterEggs.class),
|
||||
|
@ -768,7 +766,6 @@ public enum Material {
|
|||
case GLOWSTONE:
|
||||
case JACK_O_LANTERN:
|
||||
case CAKE_BLOCK:
|
||||
case LOCKED_CHEST:
|
||||
case STAINED_GLASS:
|
||||
case TRAP_DOOR:
|
||||
case MONSTER_EGGS:
|
||||
|
|
Loading…
Add table
Reference in a new issue