Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-20 01:40:06 +01:00
fix: add missing blocktypes and some minor cleanup (#2722)
- fixes #2713
Dieser Commit ist enthalten in:
Ursprung
9bc09c6a4c
Commit
1d9e8b60ab
@ -483,6 +483,10 @@ public final class BlockTypes {
|
|||||||
@Nullable
|
@Nullable
|
||||||
public static final BlockType COPPER_GRATE = init();
|
public static final BlockType COPPER_GRATE = init();
|
||||||
@Nullable
|
@Nullable
|
||||||
|
public static final BlockType COPPER_ORE = init();
|
||||||
|
@Nullable
|
||||||
|
public static final BlockType COPPER_TRAPDOOR = init();
|
||||||
|
@Nullable
|
||||||
public static final BlockType CORNFLOWER = init();
|
public static final BlockType CORNFLOWER = init();
|
||||||
@Nullable
|
@Nullable
|
||||||
public static final BlockType CRACKED_DEEPSLATE_BRICKS = init();
|
public static final BlockType CRACKED_DEEPSLATE_BRICKS = init();
|
||||||
@ -495,6 +499,8 @@ public final class BlockTypes {
|
|||||||
@Nullable
|
@Nullable
|
||||||
public static final BlockType CRACKED_STONE_BRICKS = init();
|
public static final BlockType CRACKED_STONE_BRICKS = init();
|
||||||
@Nullable
|
@Nullable
|
||||||
|
public static final BlockType CRAFTER = init();
|
||||||
|
@Nullable
|
||||||
public static final BlockType CRAFTING_TABLE = init();
|
public static final BlockType CRAFTING_TABLE = init();
|
||||||
@Nullable
|
@Nullable
|
||||||
public static final BlockType CREEPER_HEAD = init();
|
public static final BlockType CREEPER_HEAD = init();
|
||||||
@ -685,8 +691,6 @@ public final class BlockTypes {
|
|||||||
@Nullable
|
@Nullable
|
||||||
public static final BlockType DEEPSLATE_COPPER_ORE = init();
|
public static final BlockType DEEPSLATE_COPPER_ORE = init();
|
||||||
@Nullable
|
@Nullable
|
||||||
public static final BlockType COPPER_TRAPDOOR = init();
|
|
||||||
@Nullable
|
|
||||||
public static final BlockType DEEPSLATE_DIAMOND_ORE = init();
|
public static final BlockType DEEPSLATE_DIAMOND_ORE = init();
|
||||||
@Nullable
|
@Nullable
|
||||||
public static final BlockType DEEPSLATE_EMERALD_ORE = init();
|
public static final BlockType DEEPSLATE_EMERALD_ORE = init();
|
||||||
@ -747,8 +751,6 @@ public final class BlockTypes {
|
|||||||
@Nullable
|
@Nullable
|
||||||
public static final BlockType ENDER_CHEST = init();
|
public static final BlockType ENDER_CHEST = init();
|
||||||
@Nullable
|
@Nullable
|
||||||
public static final BlockType EXPOSED_CHISELED_COPPER = init();
|
|
||||||
@Nullable
|
|
||||||
public static final BlockType END_GATEWAY = init();
|
public static final BlockType END_GATEWAY = init();
|
||||||
@Nullable
|
@Nullable
|
||||||
public static final BlockType END_PORTAL = init();
|
public static final BlockType END_PORTAL = init();
|
||||||
@ -767,6 +769,8 @@ public final class BlockTypes {
|
|||||||
@Nullable
|
@Nullable
|
||||||
public static final BlockType END_STONE_BRICK_WALL = init();
|
public static final BlockType END_STONE_BRICK_WALL = init();
|
||||||
@Nullable
|
@Nullable
|
||||||
|
public static final BlockType EXPOSED_CHISELED_COPPER = init();
|
||||||
|
@Nullable
|
||||||
public static final BlockType EXPOSED_COPPER = init();
|
public static final BlockType EXPOSED_COPPER = init();
|
||||||
@Nullable
|
@Nullable
|
||||||
public static final BlockType EXPOSED_COPPER_BULB = init();
|
public static final BlockType EXPOSED_COPPER_BULB = init();
|
||||||
@ -836,6 +840,9 @@ public final class BlockTypes {
|
|||||||
public static final BlockType GRASS = init();
|
public static final BlockType GRASS = init();
|
||||||
@Nullable
|
@Nullable
|
||||||
public static final BlockType GRASS_BLOCK = init();
|
public static final BlockType GRASS_BLOCK = init();
|
||||||
|
@Deprecated
|
||||||
|
@Nullable
|
||||||
|
public static final BlockType GRASS_PATH = init();
|
||||||
@Nullable
|
@Nullable
|
||||||
public static final BlockType GRAVEL = init();
|
public static final BlockType GRAVEL = init();
|
||||||
@Nullable
|
@Nullable
|
||||||
@ -925,8 +932,6 @@ public final class BlockTypes {
|
|||||||
@Nullable
|
@Nullable
|
||||||
public static final BlockType INFESTED_CRACKED_STONE_BRICKS = init();
|
public static final BlockType INFESTED_CRACKED_STONE_BRICKS = init();
|
||||||
@Nullable
|
@Nullable
|
||||||
public static final BlockType CRAFTER = init();
|
|
||||||
@Nullable
|
|
||||||
public static final BlockType INFESTED_DEEPSLATE = init();
|
public static final BlockType INFESTED_DEEPSLATE = init();
|
||||||
@Nullable
|
@Nullable
|
||||||
public static final BlockType INFESTED_MOSSY_STONE_BRICKS = init();
|
public static final BlockType INFESTED_MOSSY_STONE_BRICKS = init();
|
||||||
@ -1954,10 +1959,12 @@ public final class BlockTypes {
|
|||||||
@Nullable
|
@Nullable
|
||||||
public static final BlockType TWISTING_VINES = init();
|
public static final BlockType TWISTING_VINES = init();
|
||||||
@Nullable
|
@Nullable
|
||||||
public static final BlockType VERDANT_FROGLIGHT = init();
|
|
||||||
@Nullable
|
|
||||||
public static final BlockType TWISTING_VINES_PLANT = init();
|
public static final BlockType TWISTING_VINES_PLANT = init();
|
||||||
@Nullable
|
@Nullable
|
||||||
|
public static final BlockType VAULT = init();
|
||||||
|
@Nullable
|
||||||
|
public static final BlockType VERDANT_FROGLIGHT = init();
|
||||||
|
@Nullable
|
||||||
public static final BlockType VINE = init();
|
public static final BlockType VINE = init();
|
||||||
@Nullable
|
@Nullable
|
||||||
public static final BlockType VOID_AIR = init();
|
public static final BlockType VOID_AIR = init();
|
||||||
@ -2026,7 +2033,7 @@ public final class BlockTypes {
|
|||||||
public static final BlockType WAXED_CUT_COPPER_SLAB = init();
|
public static final BlockType WAXED_CUT_COPPER_SLAB = init();
|
||||||
@Nullable
|
@Nullable
|
||||||
public static final BlockType WAXED_CUT_COPPER_STAIRS = init();
|
public static final BlockType WAXED_CUT_COPPER_STAIRS = init();
|
||||||
@ Nullable
|
@Nullable
|
||||||
public static final BlockType WAXED_EXPOSED_CHISELED_COPPER = init();
|
public static final BlockType WAXED_EXPOSED_CHISELED_COPPER = init();
|
||||||
@Nullable
|
@Nullable
|
||||||
public static final BlockType WAXED_EXPOSED_COPPER = init();
|
public static final BlockType WAXED_EXPOSED_COPPER = init();
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren