mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-07 23:52:11 -07:00
@@ -222,6 +222,11 @@ public enum Material {
|
||||
QUARTZ_STAIRS(156, Stairs.class),
|
||||
ACTIVATOR_RAIL(157, PoweredRail.class),
|
||||
DROPPER(158, Dispenser.class),
|
||||
STAINED_CLAY(159),
|
||||
HAY_BLOCK(170),
|
||||
CARPET(171),
|
||||
HARD_CLAY(172),
|
||||
COAL_BLOCK(173),
|
||||
// ----- Item Separator -----
|
||||
IRON_SPADE(256, 1, 250),
|
||||
IRON_PICKAXE(257, 1, 250),
|
||||
@@ -382,6 +387,11 @@ public enum Material {
|
||||
QUARTZ(406),
|
||||
EXPLOSIVE_MINECART(407, 1),
|
||||
HOPPER_MINECART(408, 1),
|
||||
IRON_BARDING(417, 1),
|
||||
GOLD_BARDING(418, 1),
|
||||
DIAMOND_BARDING(419, 1),
|
||||
LEASH(420),
|
||||
NAME_TAG(421),
|
||||
GOLD_RECORD(2256, 1),
|
||||
GREEN_RECORD(2257, 1),
|
||||
RECORD_3(2258, 1),
|
||||
@@ -735,6 +745,10 @@ public enum Material {
|
||||
case QUARTZ_BLOCK:
|
||||
case QUARTZ_STAIRS:
|
||||
case DROPPER:
|
||||
case STAINED_CLAY:
|
||||
case HAY_BLOCK:
|
||||
case HARD_CLAY:
|
||||
case COAL_BLOCK:
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
@@ -793,6 +807,7 @@ public enum Material {
|
||||
case REDSTONE_COMPARATOR_OFF:
|
||||
case REDSTONE_COMPARATOR_ON:
|
||||
case ACTIVATOR_RAIL:
|
||||
case CARPET:
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
@@ -841,6 +856,7 @@ public enum Material {
|
||||
case JUNGLE_WOOD_STAIRS:
|
||||
case TRAPPED_CHEST:
|
||||
case DAYLIGHT_DETECTOR:
|
||||
case CARPET:
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
@@ -872,6 +888,8 @@ public enum Material {
|
||||
case SPRUCE_WOOD_STAIRS:
|
||||
case BIRCH_WOOD_STAIRS:
|
||||
case JUNGLE_WOOD_STAIRS:
|
||||
case HAY_BLOCK:
|
||||
case COAL_BLOCK:
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
@@ -948,6 +966,10 @@ public enum Material {
|
||||
case QUARTZ_ORE:
|
||||
case QUARTZ_BLOCK:
|
||||
case DROPPER:
|
||||
case STAINED_CLAY:
|
||||
case HAY_BLOCK:
|
||||
case HARD_CLAY:
|
||||
case COAL_BLOCK:
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user