Skip to content

Commit

Permalink
1.20.3 ItemTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Dec 6, 2023
1 parent 086ec3d commit 1fe0b9a
Showing 1 changed file with 117 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,8 @@ public final class ItemTypes {
@Nullable
public static final ItemType BREAD = init();
@Nullable
public static final ItemType BREEZE_SPAWN_EGG = init();
@Nullable
public static final ItemType BREWER_POTTERY_SHERD = init();
@Nullable
public static final ItemType BREWING_STAND = init();
Expand Down Expand Up @@ -468,6 +470,8 @@ public final class ItemTypes {
@Nullable
public static final ItemType CHISELED_BOOKSHELF = init();
@Nullable
public static final ItemType CHISELED_COPPER = init();
@Nullable
public static final ItemType CHISELED_DEEPSLATE = init();
@Nullable
public static final ItemType CHISELED_NETHER_BRICKS = init();
Expand All @@ -482,6 +486,10 @@ public final class ItemTypes {
@Nullable
public static final ItemType CHISELED_STONE_BRICKS = init();
@Nullable
public static final ItemType CHISELED_TUFF = init();
@Nullable
public static final ItemType CHISELED_TUFF_BRICKS = init();
@Nullable
public static final ItemType CHORUS_FLOWER = init();
@Nullable
public static final ItemType CHORUS_FRUIT = init();
Expand Down Expand Up @@ -560,10 +568,18 @@ public final class ItemTypes {
@Nullable
public static final ItemType COPPER_BLOCK = init();
@Nullable
public static final ItemType COPPER_BULB = init();
@Nullable
public static final ItemType COPPER_DOOR = init();
@Nullable
public static final ItemType COPPER_GRATE = init();
@Nullable
public static final ItemType COPPER_INGOT = init();
@Nullable
public static final ItemType COPPER_ORE = init();
@Nullable
public static final ItemType COPPER_TRAPDOOR = init();
@Nullable
public static final ItemType CORNFLOWER = init();
@Nullable
public static final ItemType COW_SPAWN_EGG = init();
Expand All @@ -578,6 +594,8 @@ public final class ItemTypes {
@Nullable
public static final ItemType CRACKED_STONE_BRICKS = init();
@Nullable
public static final ItemType CRAFTER = init();
@Nullable
public static final ItemType CRAFTING_TABLE = init();
@Nullable
public static final ItemType CREEPER_BANNER_PATTERN = init();
Expand Down Expand Up @@ -903,8 +921,18 @@ public final class ItemTypes {
@Nullable
public static final ItemType EXPLORER_POTTERY_SHERD = init();
@Nullable
public static final ItemType EXPOSED_CHISELED_COPPER = init();
@Nullable
public static final ItemType EXPOSED_COPPER = init();
@Nullable
public static final ItemType EXPOSED_COPPER_BULB = init();
@Nullable
public static final ItemType EXPOSED_COPPER_DOOR = init();
@Nullable
public static final ItemType EXPOSED_COPPER_GRATE = init();
@Nullable
public static final ItemType EXPOSED_COPPER_TRAPDOOR = init();
@Nullable
public static final ItemType EXPOSED_CUT_COPPER = init();
@Nullable
public static final ItemType EXPOSED_CUT_COPPER_SLAB = init();
Expand Down Expand Up @@ -1036,7 +1064,7 @@ public final class ItemTypes {
public static final ItemType GRANITE_STAIRS = init();
@Nullable
public static final ItemType GRANITE_WALL = init();
@Nullable
@Nullable @Deprecated
public static final ItemType GRASS = init();
@Nullable
public static final ItemType GRASS_BLOCK = init();
Expand Down Expand Up @@ -1670,8 +1698,18 @@ public final class ItemTypes {
@Nullable
public static final ItemType OXEYE_DAISY = init();
@Nullable
public static final ItemType OXIDIZED_CHISELED_COPPER = init();
@Nullable
public static final ItemType OXIDIZED_COPPER = init();
@Nullable
public static final ItemType OXIDIZED_COPPER_BULB = init();
@Nullable
public static final ItemType OXIDIZED_COPPER_DOOR = init();
@Nullable
public static final ItemType OXIDIZED_COPPER_GRATE = init();
@Nullable
public static final ItemType OXIDIZED_COPPER_TRAPDOOR = init();
@Nullable
public static final ItemType OXIDIZED_CUT_COPPER = init();
@Nullable
public static final ItemType OXIDIZED_CUT_COPPER_SLAB = init();
Expand Down Expand Up @@ -1808,6 +1846,14 @@ public final class ItemTypes {
@Nullable
public static final ItemType POLISHED_GRANITE_STAIRS = init();
@Nullable
public static final ItemType POLISHED_TUFF = init();
@Nullable
public static final ItemType POLISHED_TUFF_SLAB = init();
@Nullable
public static final ItemType POLISHED_TUFF_STAIRS = init();
@Nullable
public static final ItemType POLISHED_TUFF_WALL = init();
@Nullable
public static final ItemType POPPED_CHORUS_FRUIT = init();
@Nullable
public static final ItemType POPPY = init();
Expand Down Expand Up @@ -2061,6 +2107,8 @@ public final class ItemTypes {
@Nullable
public static final ItemType SHIELD = init();
@Nullable
public static final ItemType SHORT_GRASS = init();
@Nullable
public static final ItemType SHROOMLIGHT = init();
@Nullable
public static final ItemType SHULKER_BOX = init();
Expand Down Expand Up @@ -2336,6 +2384,10 @@ public final class ItemTypes {
@Nullable
public static final ItemType TRAPPED_CHEST = init();
@Nullable
public static final ItemType TRIAL_KEY = init();
@Nullable
public static final ItemType TRIAL_SPAWNER = init();
@Nullable
public static final ItemType TRIDENT = init();
@Nullable
public static final ItemType TRIPWIRE_HOOK = init();
Expand All @@ -2354,6 +2406,20 @@ public final class ItemTypes {
@Nullable
public static final ItemType TUFF = init();
@Nullable
public static final ItemType TUFF_BRICK_SLAB = init();
@Nullable
public static final ItemType TUFF_BRICK_STAIRS = init();
@Nullable
public static final ItemType TUFF_BRICK_WALL = init();
@Nullable
public static final ItemType TUFF_BRICKS = init();
@Nullable
public static final ItemType TUFF_SLAB = init();
@Nullable
public static final ItemType TUFF_STAIRS = init();
@Nullable
public static final ItemType TUFF_WALL = init();
@Nullable
public static final ItemType TURTLE_EGG = init();
@Nullable
public static final ItemType TURTLE_HELMET = init();
Expand Down Expand Up @@ -2418,32 +2484,72 @@ public final class ItemTypes {
@Nullable
public static final ItemType WATER_BUCKET = init();
@Nullable
public static final ItemType WAXED_CHISELED_COPPER = init();
@Nullable
public static final ItemType WAXED_COPPER_BLOCK = init();
@Nullable
public static final ItemType WAXED_COPPER_BULB = init();
@Nullable
public static final ItemType WAXED_COPPER_DOOR = init();
@Nullable
public static final ItemType WAXED_COPPER_GRATE = init();
@Nullable
public static final ItemType WAXED_COPPER_TRAPDOOR = init();
@Nullable
public static final ItemType WAXED_CUT_COPPER = init();
@Nullable
public static final ItemType WAXED_CUT_COPPER_SLAB = init();
@Nullable
public static final ItemType WAXED_CUT_COPPER_STAIRS = init();
@Nullable
public static final ItemType WAXED_EXPOSED_CHISELED_COPPER = init();
@Nullable
public static final ItemType WAXED_EXPOSED_COPPER = init();
@Nullable
public static final ItemType WAXED_EXPOSED_COPPER_BULB = init();
@Nullable
public static final ItemType WAXED_EXPOSED_COPPER_DOOR = init();
@Nullable
public static final ItemType WAXED_EXPOSED_COPPER_GRATE = init();
@Nullable
public static final ItemType WAXED_EXPOSED_COPPER_TRAPDOOR = init();
@Nullable
public static final ItemType WAXED_EXPOSED_CUT_COPPER = init();
@Nullable
public static final ItemType WAXED_EXPOSED_CUT_COPPER_SLAB = init();
@Nullable
public static final ItemType WAXED_EXPOSED_CUT_COPPER_STAIRS = init();
@Nullable
public static final ItemType WAXED_OXIDIZED_CHISELED_COPPER = init();
@Nullable
public static final ItemType WAXED_OXIDIZED_COPPER = init();
@Nullable
public static final ItemType WAXED_OXIDIZED_COPPER_BULB = init();
@Nullable
public static final ItemType WAXED_OXIDIZED_COPPER_DOOR = init();
@Nullable
public static final ItemType WAXED_OXIDIZED_COPPER_GRATE = init();
@Nullable
public static final ItemType WAXED_OXIDIZED_COPPER_TRAPDOOR = init();
@Nullable
public static final ItemType WAXED_OXIDIZED_CUT_COPPER = init();
@Nullable
public static final ItemType WAXED_OXIDIZED_CUT_COPPER_SLAB = init();
@Nullable
public static final ItemType WAXED_OXIDIZED_CUT_COPPER_STAIRS = init();
@Nullable
public static final ItemType WAXED_WEATHERED_CHISELED_COPPER = init();
@Nullable
public static final ItemType WAXED_WEATHERED_COPPER = init();
@Nullable
public static final ItemType WAXED_WEATHERED_COPPER_BULB = init();
@Nullable
public static final ItemType WAXED_WEATHERED_COPPER_DOOR = init();
@Nullable
public static final ItemType WAXED_WEATHERED_COPPER_GRATE = init();
@Nullable
public static final ItemType WAXED_WEATHERED_COPPER_TRAPDOOR = init();
@Nullable
public static final ItemType WAXED_WEATHERED_CUT_COPPER = init();
@Nullable
public static final ItemType WAXED_WEATHERED_CUT_COPPER_SLAB = init();
Expand All @@ -2452,8 +2558,18 @@ public final class ItemTypes {
@Nullable
public static final ItemType WAYFINDER_ARMOR_TRIM_SMITHING_TEMPLATE = init();
@Nullable
public static final ItemType WEATHERED_CHISELED_COPPER = init();
@Nullable
public static final ItemType WEATHERED_COPPER = init();
@Nullable
public static final ItemType WEATHERED_COPPER_BULB = init();
@Nullable
public static final ItemType WEATHERED_COPPER_DOOR = init();
@Nullable
public static final ItemType WEATHERED_COPPER_GRATE = init();
@Nullable
public static final ItemType WEATHERED_COPPER_TRAPDOOR = init();
@Nullable
public static final ItemType WEATHERED_CUT_COPPER = init();
@Nullable
public static final ItemType WEATHERED_CUT_COPPER_SLAB = init();
Expand Down

0 comments on commit 1fe0b9a

Please sign in to comment.