Commits

Thinkofname authored 085a38e53f7
SPIGOT-370: Remove LOCKED_CHEST

It doesn't exist anymore and has been deprecated for a year
No tags

src/main/java/org/bukkit/Material.java

Modified
151 151 FENCE(85),
152 152 PUMPKIN(86, Pumpkin.class),
153 153 NETHERRACK(87),
154 154 SOUL_SAND(88),
155 155 GLOWSTONE(89),
156 156 PORTAL(90),
157 157 JACK_O_LANTERN(91, Pumpkin.class),
158 158 CAKE_BLOCK(92, 64, Cake.class),
159 159 DIODE_BLOCK_OFF(93, Diode.class),
160 160 DIODE_BLOCK_ON(94, Diode.class),
161 - @Deprecated
162 - LOCKED_CHEST(95),
163 161 STAINED_GLASS(95),
164 162 TRAP_DOOR(96, TrapDoor.class),
165 163 MONSTER_EGGS(97, MonsterEggs.class),
166 164 SMOOTH_BRICK(98, SmoothBrick.class),
167 165 HUGE_MUSHROOM_1(99, Mushroom.class),
168 166 HUGE_MUSHROOM_2(100, Mushroom.class),
169 167 IRON_FENCE(101),
170 168 THIN_GLASS(102),
171 169 MELON_BLOCK(103),
172 170 PUMPKIN_STEM(104, MaterialData.class),
761 759 case CACTUS:
762 760 case CLAY:
763 761 case JUKEBOX:
764 762 case FENCE:
765 763 case PUMPKIN:
766 764 case NETHERRACK:
767 765 case SOUL_SAND:
768 766 case GLOWSTONE:
769 767 case JACK_O_LANTERN:
770 768 case CAKE_BLOCK:
771 - case LOCKED_CHEST:
772 769 case STAINED_GLASS:
773 770 case TRAP_DOOR:
774 771 case MONSTER_EGGS:
775 772 case SMOOTH_BRICK:
776 773 case HUGE_MUSHROOM_1:
777 774 case HUGE_MUSHROOM_2:
778 775 case IRON_FENCE:
779 776 case THIN_GLASS:
780 777 case MELON_BLOCK:
781 778 case FENCE_GATE:

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut