|
24 | 24 | */ |
25 | 25 | package org.spongepowered.api.block; |
26 | 26 |
|
| 27 | +import org.jetbrains.annotations.ApiStatus; |
27 | 28 | import org.spongepowered.api.ResourceKey; |
28 | 29 | import org.spongepowered.api.Sponge; |
29 | 30 | import org.spongepowered.api.registry.DefaultedRegistryReference; |
|
32 | 33 | import org.spongepowered.api.registry.RegistryScope; |
33 | 34 | import org.spongepowered.api.registry.RegistryScopes; |
34 | 35 | import org.spongepowered.api.registry.RegistryTypes; |
| 36 | +import org.spongepowered.api.util.annotation.Experimental; |
35 | 37 |
|
36 | 38 | /** |
37 | 39 | * <!-- This file is automatically generated. Any manual changes will be overwritten. --> |
@@ -496,6 +498,10 @@ public final class BlockTypes { |
496 | 498 |
|
497 | 499 | public static final DefaultedRegistryReference<BlockType> CRAFTING_TABLE = BlockTypes.key(ResourceKey.minecraft("crafting_table")); |
498 | 500 |
|
| 501 | + @Experimental("winter_drop") |
| 502 | + @ApiStatus.Experimental |
| 503 | + public static final DefaultedRegistryReference<BlockType> CREAKING_HEART = BlockTypes.key(ResourceKey.minecraft("creaking_heart")); |
| 504 | + |
499 | 505 | public static final DefaultedRegistryReference<BlockType> CREEPER_HEAD = BlockTypes.key(ResourceKey.minecraft("creeper_head")); |
500 | 506 |
|
501 | 507 | public static final DefaultedRegistryReference<BlockType> CREEPER_WALL_HEAD = BlockTypes.key(ResourceKey.minecraft("creeper_wall_head")); |
@@ -1336,6 +1342,86 @@ public final class BlockTypes { |
1336 | 1342 |
|
1337 | 1343 | public static final DefaultedRegistryReference<BlockType> PACKED_MUD = BlockTypes.key(ResourceKey.minecraft("packed_mud")); |
1338 | 1344 |
|
| 1345 | + @Experimental("winter_drop") |
| 1346 | + @ApiStatus.Experimental |
| 1347 | + public static final DefaultedRegistryReference<BlockType> PALE_HANGING_MOSS = BlockTypes.key(ResourceKey.minecraft("pale_hanging_moss")); |
| 1348 | + |
| 1349 | + @Experimental("winter_drop") |
| 1350 | + @ApiStatus.Experimental |
| 1351 | + public static final DefaultedRegistryReference<BlockType> PALE_MOSS_BLOCK = BlockTypes.key(ResourceKey.minecraft("pale_moss_block")); |
| 1352 | + |
| 1353 | + @Experimental("winter_drop") |
| 1354 | + @ApiStatus.Experimental |
| 1355 | + public static final DefaultedRegistryReference<BlockType> PALE_MOSS_CARPET = BlockTypes.key(ResourceKey.minecraft("pale_moss_carpet")); |
| 1356 | + |
| 1357 | + @Experimental("winter_drop") |
| 1358 | + @ApiStatus.Experimental |
| 1359 | + public static final DefaultedRegistryReference<BlockType> PALE_OAK_BUTTON = BlockTypes.key(ResourceKey.minecraft("pale_oak_button")); |
| 1360 | + |
| 1361 | + @Experimental("winter_drop") |
| 1362 | + @ApiStatus.Experimental |
| 1363 | + public static final DefaultedRegistryReference<BlockType> PALE_OAK_DOOR = BlockTypes.key(ResourceKey.minecraft("pale_oak_door")); |
| 1364 | + |
| 1365 | + @Experimental("winter_drop") |
| 1366 | + @ApiStatus.Experimental |
| 1367 | + public static final DefaultedRegistryReference<BlockType> PALE_OAK_FENCE = BlockTypes.key(ResourceKey.minecraft("pale_oak_fence")); |
| 1368 | + |
| 1369 | + @Experimental("winter_drop") |
| 1370 | + @ApiStatus.Experimental |
| 1371 | + public static final DefaultedRegistryReference<BlockType> PALE_OAK_FENCE_GATE = BlockTypes.key(ResourceKey.minecraft("pale_oak_fence_gate")); |
| 1372 | + |
| 1373 | + @Experimental("winter_drop") |
| 1374 | + @ApiStatus.Experimental |
| 1375 | + public static final DefaultedRegistryReference<BlockType> PALE_OAK_HANGING_SIGN = BlockTypes.key(ResourceKey.minecraft("pale_oak_hanging_sign")); |
| 1376 | + |
| 1377 | + @Experimental("winter_drop") |
| 1378 | + @ApiStatus.Experimental |
| 1379 | + public static final DefaultedRegistryReference<BlockType> PALE_OAK_LEAVES = BlockTypes.key(ResourceKey.minecraft("pale_oak_leaves")); |
| 1380 | + |
| 1381 | + @Experimental("winter_drop") |
| 1382 | + @ApiStatus.Experimental |
| 1383 | + public static final DefaultedRegistryReference<BlockType> PALE_OAK_LOG = BlockTypes.key(ResourceKey.minecraft("pale_oak_log")); |
| 1384 | + |
| 1385 | + @Experimental("winter_drop") |
| 1386 | + @ApiStatus.Experimental |
| 1387 | + public static final DefaultedRegistryReference<BlockType> PALE_OAK_PLANKS = BlockTypes.key(ResourceKey.minecraft("pale_oak_planks")); |
| 1388 | + |
| 1389 | + @Experimental("winter_drop") |
| 1390 | + @ApiStatus.Experimental |
| 1391 | + public static final DefaultedRegistryReference<BlockType> PALE_OAK_PRESSURE_PLATE = BlockTypes.key(ResourceKey.minecraft("pale_oak_pressure_plate")); |
| 1392 | + |
| 1393 | + @Experimental("winter_drop") |
| 1394 | + @ApiStatus.Experimental |
| 1395 | + public static final DefaultedRegistryReference<BlockType> PALE_OAK_SAPLING = BlockTypes.key(ResourceKey.minecraft("pale_oak_sapling")); |
| 1396 | + |
| 1397 | + @Experimental("winter_drop") |
| 1398 | + @ApiStatus.Experimental |
| 1399 | + public static final DefaultedRegistryReference<BlockType> PALE_OAK_SIGN = BlockTypes.key(ResourceKey.minecraft("pale_oak_sign")); |
| 1400 | + |
| 1401 | + @Experimental("winter_drop") |
| 1402 | + @ApiStatus.Experimental |
| 1403 | + public static final DefaultedRegistryReference<BlockType> PALE_OAK_SLAB = BlockTypes.key(ResourceKey.minecraft("pale_oak_slab")); |
| 1404 | + |
| 1405 | + @Experimental("winter_drop") |
| 1406 | + @ApiStatus.Experimental |
| 1407 | + public static final DefaultedRegistryReference<BlockType> PALE_OAK_STAIRS = BlockTypes.key(ResourceKey.minecraft("pale_oak_stairs")); |
| 1408 | + |
| 1409 | + @Experimental("winter_drop") |
| 1410 | + @ApiStatus.Experimental |
| 1411 | + public static final DefaultedRegistryReference<BlockType> PALE_OAK_TRAPDOOR = BlockTypes.key(ResourceKey.minecraft("pale_oak_trapdoor")); |
| 1412 | + |
| 1413 | + @Experimental("winter_drop") |
| 1414 | + @ApiStatus.Experimental |
| 1415 | + public static final DefaultedRegistryReference<BlockType> PALE_OAK_WALL_HANGING_SIGN = BlockTypes.key(ResourceKey.minecraft("pale_oak_wall_hanging_sign")); |
| 1416 | + |
| 1417 | + @Experimental("winter_drop") |
| 1418 | + @ApiStatus.Experimental |
| 1419 | + public static final DefaultedRegistryReference<BlockType> PALE_OAK_WALL_SIGN = BlockTypes.key(ResourceKey.minecraft("pale_oak_wall_sign")); |
| 1420 | + |
| 1421 | + @Experimental("winter_drop") |
| 1422 | + @ApiStatus.Experimental |
| 1423 | + public static final DefaultedRegistryReference<BlockType> PALE_OAK_WOOD = BlockTypes.key(ResourceKey.minecraft("pale_oak_wood")); |
| 1424 | + |
1339 | 1425 | public static final DefaultedRegistryReference<BlockType> PEARLESCENT_FROGLIGHT = BlockTypes.key(ResourceKey.minecraft("pearlescent_froglight")); |
1340 | 1426 |
|
1341 | 1427 | public static final DefaultedRegistryReference<BlockType> PEONY = BlockTypes.key(ResourceKey.minecraft("peony")); |
@@ -1502,6 +1588,10 @@ public final class BlockTypes { |
1502 | 1588 |
|
1503 | 1589 | public static final DefaultedRegistryReference<BlockType> POTTED_OXEYE_DAISY = BlockTypes.key(ResourceKey.minecraft("potted_oxeye_daisy")); |
1504 | 1590 |
|
| 1591 | + @Experimental("winter_drop") |
| 1592 | + @ApiStatus.Experimental |
| 1593 | + public static final DefaultedRegistryReference<BlockType> POTTED_PALE_OAK_SAPLING = BlockTypes.key(ResourceKey.minecraft("potted_pale_oak_sapling")); |
| 1594 | + |
1505 | 1595 | public static final DefaultedRegistryReference<BlockType> POTTED_PINK_TULIP = BlockTypes.key(ResourceKey.minecraft("potted_pink_tulip")); |
1506 | 1596 |
|
1507 | 1597 | public static final DefaultedRegistryReference<BlockType> POTTED_POPPY = BlockTypes.key(ResourceKey.minecraft("potted_poppy")); |
@@ -1864,6 +1954,14 @@ public final class BlockTypes { |
1864 | 1954 |
|
1865 | 1955 | public static final DefaultedRegistryReference<BlockType> STRIPPED_OAK_WOOD = BlockTypes.key(ResourceKey.minecraft("stripped_oak_wood")); |
1866 | 1956 |
|
| 1957 | + @Experimental("winter_drop") |
| 1958 | + @ApiStatus.Experimental |
| 1959 | + public static final DefaultedRegistryReference<BlockType> STRIPPED_PALE_OAK_LOG = BlockTypes.key(ResourceKey.minecraft("stripped_pale_oak_log")); |
| 1960 | + |
| 1961 | + @Experimental("winter_drop") |
| 1962 | + @ApiStatus.Experimental |
| 1963 | + public static final DefaultedRegistryReference<BlockType> STRIPPED_PALE_OAK_WOOD = BlockTypes.key(ResourceKey.minecraft("stripped_pale_oak_wood")); |
| 1964 | + |
1867 | 1965 | public static final DefaultedRegistryReference<BlockType> STRIPPED_SPRUCE_LOG = BlockTypes.key(ResourceKey.minecraft("stripped_spruce_log")); |
1868 | 1966 |
|
1869 | 1967 | public static final DefaultedRegistryReference<BlockType> STRIPPED_SPRUCE_WOOD = BlockTypes.key(ResourceKey.minecraft("stripped_spruce_wood")); |
|
0 commit comments