@serenityjs/core 0.8.0-beta-20250412223835 → 0.8.0-beta-20250413211544
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -7
- package/dist/index.d.mts +363 -1603
- package/dist/index.d.ts +363 -1603
- package/dist/index.js +11 -11
- package/dist/index.mjs +10 -10
- package/package.json +8 -8
package/dist/index.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Logger } from '@serenityjs/logger';
|
|
2
2
|
import { Connection, RaknetServerProperties, Server, Priority } from '@serenityjs/raknet';
|
|
3
3
|
import Emitter, { Emitter as Emitter$1 } from '@serenityjs/emitter';
|
|
4
|
-
import { Packet, DataPacket, LoginPacket, PlayStatusPacket, ServerToClientHandshakePacket, ClientToServerHandshakePacket, DisconnectPacket, ResourcePacksInfoPacket, ResourcePackStackPacket, ResourcePackClientResponsePacket, TextPacket, SetTimePacket, StartGamePacket, AddPlayerPacket, AddEntityPacket, RemoveEntityPacket, AddItemActorPacket, TakeItemActorPacket, MoveActorAbsolutePacket, MovePlayerPacket, RiderJumpPacket, UpdateBlockPacket, LevelEventPacket, BlockEventPacket, ActorEventPacket, UpdateAttributesPacket, InventoryTransactionPacket, SetActorLinkPacket, CompletedUsingItemPacket, MobEquipmentPacket, MobArmorEquipmentPacket, MobEffectPacket, InteractPacket, BlockPickRequestPacket, BookEditPacket, PlayerStartItemCooldownPacket, EntityPickRequestPacket, PlayerActionPacket, HurtArmorPacket, SetActorDataPacket, SetActorMotionPacket, AnimatePacket, RespawnPacket, ContainerOpenPacket, ContainerClosePacket, PlayerHotbarPacket, InventoryContentPacket, InventorySlotPacket, ContainerSetDataPacket, CraftingDataPacket, BlockActorDataPacket, LevelChunkPacket, SetCommandsEnabledPacket, ChangeDimensionPacket, SetPlayerGameTypePacket, PlayerListPacket, RequestChunkRadiusPacket, ChunkRadiusUpdatePacket, GameRulesChangedPacket, BossEventPacket, LegacyTelemetryEventPacket, AvailableCommandsPacket, CommandRequestPacket, CommandBlockUpdatePacket, CommandOutputPacket, ResourcePackDataInfoPacket, SetSpawnPositionPacket, StructureBlockUpdatePacket, SetHealthPacket, SetDifficultyPacket, DimensionDataPacket, CameraInstructionsPacket, ResourcePackChunkDataPacket, TrimDataPacket, ShowCreditsPacket, CameraPresetsPacket, ResourcePackChunkRequestPacket, UnlockedRecipesPacket, TransferPacket, PlaySoundPacket, SetTitlePacket, PlayerSkinPacket, NpcRequestPacket, OpenSignPacket, CameraShakePacket, PlayerFogPacket, ModalFormRequestPacket, ModalFormResponsePacket, ServerSettingsResponsePacket, ShowProfilePacket, RemoveObjectivePacket, SetDisplayObjectivePacket, SetScorePacket, MoveActorDeltaPacket, SetScoreboardIdentityPacket, NetworkStackLatencyPacket, AvailableActorIdentifiersPacket, SpawnParticleEffectPacket, SetLocalPlayerAsInitializedPacket, NetworkChunkPublisherUpdatePacket, BiomeDefinitionListPacket, LevelSoundEventPacket, LevelEventGenericPacket, OnScreenTextureAnimationPacket, StopSoundPacket, EmotePacket, NetworkSettingsPacket, PlayerAuthInputPacket, CreativeContentPacket, PlayerEnchantOptionsPacket, SyncActorPropertyPacket, ItemStackRequestPacket, ItemStackResponsePacket, EmoteListPacket, DebugInfoPacket, PacketViolationWarningPacket, AnimateEntityPacket, CorrectPlayerMovePredictionPacket, ClientBoundMapItemDataPacket, MapInfoRequestPacket, ItemRegistryPacket, ClientBoundDebugRendererPacket, UpdateTradePacket, NpcDialoguePacket, ScriptMessagePacket, RequestPermissionsPacket, ToastRequestPacket, UpdateAbilitiesPacket, UpdateAdventureSettingsPacket, DeathInfoPacket, RequestNetworkSettingsPacket, SetPlayerInventoryOptionsPacket, SetHudPacket, AwardAchievementPacket, ClientboundCloseFormPacket, ServerboundLoadingScreenPacketPacket, UpdateClientInputLocksPacket, CurrectStructureFeaturePacket, ServerboundDiagnosticsPacket, MovementEffectPacket, UpdateSubchunkBlocksPacket, UpdateBlockSyncPacket, SetLastHurtByPacket, UpdatePlayerGameTypePacket, SetDefaultGamemodePacket, MotionPredictHintsPacket, ClientCacheStatusPacket, AddPaintingPacket, DimensionType, Vector3f, Gamemode, Difficulty, GameRule, ActorFlag, AbilityIndex, WearableSlot, ContainerType, ContainerId, ItemUseMethod, NetworkItemInstanceDescriptor, NetworkItemStackDescriptor, Enchantment, EquipmentSlot,
|
|
4
|
+
import { Packet, DataPacket, LoginPacket, PlayStatusPacket, ServerToClientHandshakePacket, ClientToServerHandshakePacket, DisconnectPacket, ResourcePacksInfoPacket, ResourcePackStackPacket, ResourcePackClientResponsePacket, TextPacket, SetTimePacket, StartGamePacket, AddPlayerPacket, AddEntityPacket, RemoveEntityPacket, AddItemActorPacket, TakeItemActorPacket, MoveActorAbsolutePacket, MovePlayerPacket, RiderJumpPacket, UpdateBlockPacket, LevelEventPacket, BlockEventPacket, ActorEventPacket, UpdateAttributesPacket, InventoryTransactionPacket, SetActorLinkPacket, CompletedUsingItemPacket, MobEquipmentPacket, MobArmorEquipmentPacket, MobEffectPacket, InteractPacket, BlockPickRequestPacket, BookEditPacket, PlayerStartItemCooldownPacket, EntityPickRequestPacket, PlayerActionPacket, HurtArmorPacket, SetActorDataPacket, SetActorMotionPacket, AnimatePacket, RespawnPacket, ContainerOpenPacket, ContainerClosePacket, PlayerHotbarPacket, InventoryContentPacket, InventorySlotPacket, ContainerSetDataPacket, CraftingDataPacket, BlockActorDataPacket, LevelChunkPacket, SetCommandsEnabledPacket, ChangeDimensionPacket, SetPlayerGameTypePacket, PlayerListPacket, RequestChunkRadiusPacket, ChunkRadiusUpdatePacket, GameRulesChangedPacket, BossEventPacket, LegacyTelemetryEventPacket, AvailableCommandsPacket, CommandRequestPacket, CommandBlockUpdatePacket, CommandOutputPacket, ResourcePackDataInfoPacket, SetSpawnPositionPacket, StructureBlockUpdatePacket, SetHealthPacket, SetDifficultyPacket, DimensionDataPacket, CameraInstructionsPacket, ResourcePackChunkDataPacket, TrimDataPacket, ShowCreditsPacket, CameraPresetsPacket, ResourcePackChunkRequestPacket, UnlockedRecipesPacket, TransferPacket, PlaySoundPacket, SetTitlePacket, PlayerSkinPacket, NpcRequestPacket, OpenSignPacket, CameraShakePacket, PlayerFogPacket, ModalFormRequestPacket, ModalFormResponsePacket, ServerSettingsResponsePacket, ShowProfilePacket, RemoveObjectivePacket, SetDisplayObjectivePacket, SetScorePacket, MoveActorDeltaPacket, SetScoreboardIdentityPacket, NetworkStackLatencyPacket, AvailableActorIdentifiersPacket, SpawnParticleEffectPacket, SetLocalPlayerAsInitializedPacket, NetworkChunkPublisherUpdatePacket, BiomeDefinitionListPacket, LevelSoundEventPacket, LevelEventGenericPacket, OnScreenTextureAnimationPacket, StopSoundPacket, EmotePacket, NetworkSettingsPacket, PlayerAuthInputPacket, CreativeContentPacket, PlayerEnchantOptionsPacket, SyncActorPropertyPacket, ItemStackRequestPacket, ItemStackResponsePacket, EmoteListPacket, DebugInfoPacket, PacketViolationWarningPacket, AnimateEntityPacket, CorrectPlayerMovePredictionPacket, ClientBoundMapItemDataPacket, MapInfoRequestPacket, ItemRegistryPacket, ClientBoundDebugRendererPacket, UpdateTradePacket, NpcDialoguePacket, ScriptMessagePacket, RequestPermissionsPacket, ToastRequestPacket, UpdateAbilitiesPacket, UpdateAdventureSettingsPacket, DeathInfoPacket, RequestNetworkSettingsPacket, SetPlayerInventoryOptionsPacket, SetHudPacket, AwardAchievementPacket, ClientboundCloseFormPacket, ServerboundLoadingScreenPacketPacket, UpdateClientInputLocksPacket, CurrectStructureFeaturePacket, ServerboundDiagnosticsPacket, MovementEffectPacket, UpdateSubchunkBlocksPacket, UpdateBlockSyncPacket, SetLastHurtByPacket, UpdatePlayerGameTypePacket, SetDefaultGamemodePacket, MotionPredictHintsPacket, ClientCacheStatusPacket, AddPaintingPacket, DimensionType, Vector3f, Gamemode, Difficulty, GameRule, ActorFlag, AbilityIndex, WearableSlot, ContainerType, ContainerId, CreativeItemCategory, CreativeItemGroup, ItemUseMethod, BlockFace, NetworkItemInstanceDescriptor, NetworkItemStackDescriptor, Enchantment, EquipmentSlot, BlockPosition, NetworkBlockTypeDefinition, IPosition, ScoreboardIdentityType, ObjectiveSortOrder, DisplaySlotType, ModalFormType, BossEventColor, ActorDataId, DataItem, AttributeName, Attribute, HudElement, DeviceOS, MemoryTier, InputMode, InteractionMode, PlayMode, SerializedSkin, DisconnectReason, ContainerName, Rotation, EffectType, Vector2f, ActorDamageCause, ChunkCoords, Color, UpdateBlockLayerType, MaterialRenderMethod, CompressionMethod, PackType, InventoryAction, ItemUseInventoryTransaction, ItemUseOnEntityInventoryTransaction, LoginTokens, LoginTokenData, InputData, PlayerBlockActionData, ItemStackRequestActionMineBlock } from '@serenityjs/protocol';
|
|
5
5
|
import { BinaryStream } from '@serenityjs/binarystream';
|
|
6
6
|
import { CompoundTag, TagType, StringTag, IntTag, LongTag, ByteTag, Tag, ListTag, ShortTag } from '@serenityjs/nbt';
|
|
7
7
|
import * as readline from 'readline';
|
|
@@ -7378,32 +7378,6 @@ interface PlayerEntry extends EntityEntry {
|
|
|
7378
7378
|
*/
|
|
7379
7379
|
abilities: Array<[AbilityIndex, boolean]>;
|
|
7380
7380
|
}
|
|
7381
|
-
interface ItemStackEntry extends JSONLikeObject {
|
|
7382
|
-
/**
|
|
7383
|
-
* The identifier of the item stack.
|
|
7384
|
-
*/
|
|
7385
|
-
identifier: ItemIdentifier;
|
|
7386
|
-
/**
|
|
7387
|
-
* The amount of the item stack.
|
|
7388
|
-
*/
|
|
7389
|
-
amount: number;
|
|
7390
|
-
/**
|
|
7391
|
-
* The metadata value of the item stack.
|
|
7392
|
-
*/
|
|
7393
|
-
metadata: number;
|
|
7394
|
-
/**
|
|
7395
|
-
* The traits attached to the item stack.
|
|
7396
|
-
*/
|
|
7397
|
-
traits: Array<string>;
|
|
7398
|
-
/**
|
|
7399
|
-
* The dynamic properties attached to the item stack.
|
|
7400
|
-
*/
|
|
7401
|
-
dynamicProperties: Array<[string, JSONLikeValue]>;
|
|
7402
|
-
/**
|
|
7403
|
-
* The nbt data serialized as a base64 string.
|
|
7404
|
-
*/
|
|
7405
|
-
nbtProperties: string;
|
|
7406
|
-
}
|
|
7407
7381
|
interface BlockEntry extends JSONLikeObject {
|
|
7408
7382
|
/**
|
|
7409
7383
|
* The identifier of the block.
|
|
@@ -8193,113 +8167,133 @@ declare class ItemTypeComponent {
|
|
|
8193
8167
|
|
|
8194
8168
|
declare class ItemTypeCanDestroyInCreativeComponent extends ItemTypeComponent {
|
|
8195
8169
|
static readonly identifier = "minecraft:can_destroy_in_creative";
|
|
8196
|
-
/**
|
|
8197
|
-
* Whether the item type can destroy blocks in creative mode.
|
|
8198
|
-
*/
|
|
8199
|
-
get value(): boolean;
|
|
8200
|
-
/**
|
|
8201
|
-
* Whether the item type can destroy blocks in creative mode.
|
|
8202
|
-
*/
|
|
8203
|
-
set value(value: boolean);
|
|
8204
8170
|
/**
|
|
8205
8171
|
* Create a new can destroy in creative component for an item type.
|
|
8206
8172
|
* @param type The item type that the component will be attached to.
|
|
8207
8173
|
* @param value Whether the item type can destroy blocks in creative mode.
|
|
8208
8174
|
* @returns A new can destroy in creative component.
|
|
8209
8175
|
*/
|
|
8210
|
-
constructor(type: ItemType, value
|
|
8176
|
+
constructor(type: ItemType, value?: boolean);
|
|
8177
|
+
getCanDestroyInCreative(): boolean;
|
|
8178
|
+
setCanDestroyInCreative(value: boolean): void;
|
|
8211
8179
|
}
|
|
8212
8180
|
|
|
8213
8181
|
declare class ItemTypeDisplayNameComponent extends ItemTypeComponent {
|
|
8214
8182
|
static readonly identifier = "minecraft:display_name";
|
|
8215
8183
|
/**
|
|
8216
|
-
*
|
|
8184
|
+
* Create a new display name component for an item type.
|
|
8185
|
+
* @param type The item type that the component will be attached to.
|
|
8186
|
+
* @param value The display name of the item type.
|
|
8217
8187
|
*/
|
|
8218
|
-
|
|
8188
|
+
constructor(type: ItemType, value?: string);
|
|
8219
8189
|
/**
|
|
8220
|
-
*
|
|
8190
|
+
* Get the display name of the item type.
|
|
8191
|
+
* @returns The display name of the item type.
|
|
8221
8192
|
*/
|
|
8222
|
-
|
|
8193
|
+
getDisplayName(): string;
|
|
8223
8194
|
/**
|
|
8224
|
-
*
|
|
8225
|
-
* @param type The item type that the component will be attached to.
|
|
8195
|
+
* Set the display name of the item type.
|
|
8226
8196
|
* @param value The display name of the item type.
|
|
8227
8197
|
*/
|
|
8228
|
-
|
|
8198
|
+
setDisplayName(value: string): void;
|
|
8229
8199
|
}
|
|
8230
8200
|
|
|
8201
|
+
interface ItemTypeBlockPlacerComponentOptions {
|
|
8202
|
+
/**
|
|
8203
|
+
* The block identifier that the item type will place.
|
|
8204
|
+
*/
|
|
8205
|
+
blockIdentifier: BlockIdentifier | string;
|
|
8206
|
+
/**
|
|
8207
|
+
* Whether the block image should be used as the item icon.
|
|
8208
|
+
*/
|
|
8209
|
+
useBlockAsIcon: boolean;
|
|
8210
|
+
/**
|
|
8211
|
+
* The blocks that this item can be used on.
|
|
8212
|
+
*/
|
|
8213
|
+
useOnBlocks: Array<BlockIdentifier | string>;
|
|
8214
|
+
}
|
|
8231
8215
|
declare class ItemTypeBlockPlacerComponent extends ItemTypeComponent {
|
|
8232
8216
|
static readonly identifier = "minecraft:block_placer";
|
|
8233
8217
|
/**
|
|
8234
|
-
*
|
|
8218
|
+
* Create a new block placer component for an item type.
|
|
8219
|
+
* @param type The item type that the component will be attached to.
|
|
8220
|
+
* @param properties The properties of the block placer component.
|
|
8235
8221
|
*/
|
|
8236
|
-
|
|
8222
|
+
constructor(type: ItemType, options?: Partial<ItemTypeBlockPlacerComponentOptions>);
|
|
8237
8223
|
/**
|
|
8238
|
-
*
|
|
8224
|
+
* Get the block identifier that the item type will place.
|
|
8225
|
+
* @returns The block identifier.
|
|
8239
8226
|
*/
|
|
8240
|
-
|
|
8227
|
+
getBlockIdentifier(): BlockIdentifier | string;
|
|
8241
8228
|
/**
|
|
8242
|
-
*
|
|
8229
|
+
* Set the block identifier that the item type will place.
|
|
8230
|
+
* @param value The block identifier.
|
|
8243
8231
|
*/
|
|
8244
|
-
|
|
8232
|
+
setBlockIdentifier(value: BlockIdentifier | string): void;
|
|
8245
8233
|
/**
|
|
8246
|
-
*
|
|
8234
|
+
* Get the whether the block image should be used as the item icon.
|
|
8235
|
+
* @returns Whether the block image is the item icon.
|
|
8247
8236
|
*/
|
|
8248
|
-
|
|
8237
|
+
getUseBlockAsIcon(): boolean;
|
|
8249
8238
|
/**
|
|
8250
|
-
*
|
|
8251
|
-
*
|
|
8239
|
+
* Set the whether the block image should be used as the item icon.
|
|
8240
|
+
* @param value Whether the block image is the item icon.
|
|
8252
8241
|
*/
|
|
8253
|
-
|
|
8242
|
+
setUseBlockAsIcon(value: boolean): void;
|
|
8254
8243
|
/**
|
|
8255
|
-
*
|
|
8256
|
-
*
|
|
8244
|
+
* Get the blocks that this item can be used on.
|
|
8245
|
+
* @returns The blocks that this item can be used on.
|
|
8257
8246
|
*/
|
|
8258
|
-
|
|
8247
|
+
getUseOnBlocks(): Array<BlockIdentifier | string>;
|
|
8259
8248
|
/**
|
|
8260
|
-
*
|
|
8261
|
-
* @param
|
|
8262
|
-
* @param properties The properties of the block placer component.
|
|
8249
|
+
* Set the blocks that this item can be used on.
|
|
8250
|
+
* @param value The blocks that this item can be used on.
|
|
8263
8251
|
*/
|
|
8264
|
-
|
|
8252
|
+
setUseOnBlocks(value: Array<BlockIdentifier | string>): void;
|
|
8265
8253
|
}
|
|
8266
8254
|
|
|
8255
|
+
interface ItemTypeWearableComponentOptions {
|
|
8256
|
+
/**
|
|
8257
|
+
* The protection value of the wearable component.
|
|
8258
|
+
*/
|
|
8259
|
+
protection: number;
|
|
8260
|
+
/**
|
|
8261
|
+
* The wearable slot of the component.
|
|
8262
|
+
*/
|
|
8263
|
+
slot: WearableSlot;
|
|
8264
|
+
}
|
|
8267
8265
|
declare class ItemTypeWearableComponent extends ItemTypeComponent {
|
|
8268
8266
|
static readonly identifier = "minecraft:wearable";
|
|
8269
8267
|
/**
|
|
8270
|
-
*
|
|
8268
|
+
* Creates a new wearable component definition for an item type.
|
|
8269
|
+
* @param type The type of item that the component is for.
|
|
8270
|
+
* @param options The options for the component.
|
|
8271
8271
|
*/
|
|
8272
|
-
|
|
8272
|
+
constructor(type: ItemType, options?: Partial<ItemTypeWearableComponentOptions>);
|
|
8273
8273
|
/**
|
|
8274
|
-
*
|
|
8274
|
+
* Get the protection value of the wearable component.
|
|
8275
|
+
* @returns The protection value of the wearable component.
|
|
8275
8276
|
*/
|
|
8276
|
-
|
|
8277
|
+
getProtection(): number;
|
|
8277
8278
|
/**
|
|
8278
|
-
*
|
|
8279
|
+
* Set the protection value of the wearable component.
|
|
8280
|
+
* @param value The protection value of the wearable component.
|
|
8279
8281
|
*/
|
|
8280
|
-
|
|
8282
|
+
setProtection(value: number): void;
|
|
8281
8283
|
/**
|
|
8282
|
-
*
|
|
8284
|
+
* Get the wearable slot of the component.
|
|
8285
|
+
* @returns The wearable slot of the component.
|
|
8283
8286
|
*/
|
|
8284
|
-
|
|
8287
|
+
getWearableSlot(): WearableSlot;
|
|
8285
8288
|
/**
|
|
8286
|
-
*
|
|
8287
|
-
* @param
|
|
8288
|
-
* @param properties The properties of the wearable component.
|
|
8289
|
+
* Set the wearable slot of the component.
|
|
8290
|
+
* @param value The wearable slot of the component.
|
|
8289
8291
|
*/
|
|
8290
|
-
|
|
8292
|
+
setWearableSlot(value: WearableSlot): void;
|
|
8291
8293
|
}
|
|
8292
8294
|
|
|
8293
8295
|
declare class ItemTypeMaxStackComponent extends ItemTypeComponent {
|
|
8294
8296
|
static readonly identifier = "minecraft:max_stack_size";
|
|
8295
|
-
/**
|
|
8296
|
-
* The maximum stack size of the item type.
|
|
8297
|
-
*/
|
|
8298
|
-
get value(): number;
|
|
8299
|
-
/**
|
|
8300
|
-
* The maximum stack size of the item type.
|
|
8301
|
-
*/
|
|
8302
|
-
set value(value: number);
|
|
8303
8297
|
/**
|
|
8304
8298
|
* Create a new max stack size component for an item type.
|
|
8305
8299
|
* @param type The item type that the component will be attached to.
|
|
@@ -8307,23 +8301,57 @@ declare class ItemTypeMaxStackComponent extends ItemTypeComponent {
|
|
|
8307
8301
|
* @returns A new max stack size component.
|
|
8308
8302
|
*/
|
|
8309
8303
|
constructor(type: ItemType, value?: number);
|
|
8304
|
+
/**
|
|
8305
|
+
* Get the max stack size component.
|
|
8306
|
+
* @returns The max stack size component.
|
|
8307
|
+
*/
|
|
8308
|
+
getMaxStackSize(): number;
|
|
8309
|
+
/**
|
|
8310
|
+
* Set the max stack size component.
|
|
8311
|
+
* @param value The max stack size component.
|
|
8312
|
+
*/
|
|
8313
|
+
setMaxStackSize(value: number): void;
|
|
8310
8314
|
}
|
|
8311
8315
|
|
|
8312
|
-
|
|
8313
|
-
static readonly identifier = "minecraft:icon";
|
|
8316
|
+
interface ItemTypeIconComponentOptions {
|
|
8314
8317
|
/**
|
|
8315
|
-
* The default
|
|
8318
|
+
* The default icon of the item.
|
|
8316
8319
|
*/
|
|
8317
|
-
|
|
8320
|
+
default: string;
|
|
8318
8321
|
/**
|
|
8319
|
-
* The
|
|
8322
|
+
* The dyed icon of the item.
|
|
8320
8323
|
*/
|
|
8321
|
-
|
|
8324
|
+
dyed: string;
|
|
8325
|
+
}
|
|
8326
|
+
declare class ItemTypeIconComponent extends ItemTypeComponent {
|
|
8327
|
+
static readonly identifier = "minecraft:icon";
|
|
8322
8328
|
/**
|
|
8323
8329
|
* Creates a new icon component.
|
|
8324
8330
|
* @param type The type of the item.
|
|
8331
|
+
* @param options The options for the icon component.
|
|
8332
|
+
*/
|
|
8333
|
+
constructor(type: ItemType, options?: Partial<ItemTypeIconComponentOptions>);
|
|
8334
|
+
private getProperties;
|
|
8335
|
+
/**
|
|
8336
|
+
* Get the default icon of the item.
|
|
8337
|
+
* @returns The icon of the item.
|
|
8338
|
+
*/
|
|
8339
|
+
getDefaultIcon(): string;
|
|
8340
|
+
/**
|
|
8341
|
+
* Set the default icon of the item.
|
|
8342
|
+
* @param value The icon of the item.
|
|
8343
|
+
*/
|
|
8344
|
+
setDefaultIcon(value: string): void;
|
|
8345
|
+
/**
|
|
8346
|
+
* Get the dyed icon of the item.
|
|
8347
|
+
* @returns The dyed icon of the item.
|
|
8348
|
+
*/
|
|
8349
|
+
getDyedIcon(): string;
|
|
8350
|
+
/**
|
|
8351
|
+
* Set the dyed icon of the item.
|
|
8352
|
+
* @param value The dyed icon of the item.
|
|
8325
8353
|
*/
|
|
8326
|
-
|
|
8354
|
+
setDyedIcon(value: string): void;
|
|
8327
8355
|
}
|
|
8328
8356
|
|
|
8329
8357
|
declare class ItemTypeItemPropertiesComponent extends ItemTypeComponent {
|
|
@@ -8435,7 +8463,7 @@ declare class ItemTypeComponentCollection extends CompoundTag<unknown> {
|
|
|
8435
8463
|
* Set the block placer component of the item type.
|
|
8436
8464
|
* @param properties The properties of the block placer component
|
|
8437
8465
|
*/
|
|
8438
|
-
setBlockPlacer(
|
|
8466
|
+
setBlockPlacer(options?: Partial<ItemTypeBlockPlacerComponentOptions>): void;
|
|
8439
8467
|
/**
|
|
8440
8468
|
* Get the display name of the item type.
|
|
8441
8469
|
* @returns The display name of the item type.
|
|
@@ -8460,12 +8488,12 @@ declare class ItemTypeComponentCollection extends CompoundTag<unknown> {
|
|
|
8460
8488
|
* Get the icon of the item type.
|
|
8461
8489
|
* @returns The icon of the item type.
|
|
8462
8490
|
*/
|
|
8463
|
-
getIcon():
|
|
8491
|
+
getIcon(): ItemTypeIconComponent;
|
|
8464
8492
|
/**
|
|
8465
8493
|
* Set the icon of the item type.
|
|
8466
8494
|
* @param value The icon value.
|
|
8467
8495
|
*/
|
|
8468
|
-
setIcon(
|
|
8496
|
+
setIcon(options?: Partial<ItemTypeIconComponentOptions>): void;
|
|
8469
8497
|
/**
|
|
8470
8498
|
* Get the wearable component of the item type.
|
|
8471
8499
|
* @returns The wearable component of the item type.
|
|
@@ -8473,9 +8501,9 @@ declare class ItemTypeComponentCollection extends CompoundTag<unknown> {
|
|
|
8473
8501
|
getWearable(): ItemTypeWearableComponent;
|
|
8474
8502
|
/**
|
|
8475
8503
|
* Set the wearable component of the item type.
|
|
8476
|
-
* @param
|
|
8504
|
+
* @param options The options of the wearable component.
|
|
8477
8505
|
*/
|
|
8478
|
-
setWearable(
|
|
8506
|
+
setWearable(options?: Partial<ItemTypeWearableComponentOptions>): void;
|
|
8479
8507
|
/**
|
|
8480
8508
|
* Get the cooldown component of the item type.
|
|
8481
8509
|
* @returns The cooldown component of the item type.
|
|
@@ -8483,9 +8511,9 @@ declare class ItemTypeComponentCollection extends CompoundTag<unknown> {
|
|
|
8483
8511
|
getCooldown(): ItemTypeCooldownComponent;
|
|
8484
8512
|
/**
|
|
8485
8513
|
* Set the cooldown component of the item type.
|
|
8486
|
-
* @param
|
|
8514
|
+
* @param options The options of the cooldown component.
|
|
8487
8515
|
*/
|
|
8488
|
-
setCooldown(
|
|
8516
|
+
setCooldown(options?: Partial<ItemTypeCooldownComponentOptions>): void;
|
|
8489
8517
|
}
|
|
8490
8518
|
|
|
8491
8519
|
/**
|
|
@@ -8604,11 +8632,6 @@ declare class Container {
|
|
|
8604
8632
|
close(player: Player, serverInitiated?: boolean): void;
|
|
8605
8633
|
}
|
|
8606
8634
|
|
|
8607
|
-
/**
|
|
8608
|
-
* The default item stack properties.
|
|
8609
|
-
*/
|
|
8610
|
-
declare const DefaultItemStackProperties: ItemStackProperties;
|
|
8611
|
-
|
|
8612
8635
|
declare class ItemStackNbtMap extends Map<string, Tag> {
|
|
8613
8636
|
/**
|
|
8614
8637
|
* The item stack that the nbt map is attached to.
|
|
@@ -8639,15 +8662,144 @@ declare class ItemStackNbtMap extends Map<string, Tag> {
|
|
|
8639
8662
|
protected update(): void;
|
|
8640
8663
|
}
|
|
8641
8664
|
|
|
8642
|
-
|
|
8665
|
+
/**
|
|
8666
|
+
* The default item stack data entry.
|
|
8667
|
+
*/
|
|
8668
|
+
declare const DefaultItemStackDataEntry: ItemStackDataEntry;
|
|
8669
|
+
interface ItemStackDataEntry extends JSONLikeObject {
|
|
8670
|
+
/**
|
|
8671
|
+
* The identifier of the item stack.
|
|
8672
|
+
*/
|
|
8673
|
+
identifier: ItemIdentifier;
|
|
8674
|
+
/**
|
|
8675
|
+
* The amount of the item stack.
|
|
8676
|
+
*/
|
|
8677
|
+
amount: number;
|
|
8678
|
+
/**
|
|
8679
|
+
* The metadata value of the item stack.
|
|
8680
|
+
*/
|
|
8681
|
+
metadata: number;
|
|
8682
|
+
/**
|
|
8683
|
+
* The traits attached to the item stack.
|
|
8684
|
+
*/
|
|
8685
|
+
traits: Array<string>;
|
|
8686
|
+
/**
|
|
8687
|
+
* The dynamic properties attached to the item stack.
|
|
8688
|
+
*/
|
|
8689
|
+
dynamicProperties: Array<[string, JSONLikeValue]>;
|
|
8690
|
+
/**
|
|
8691
|
+
* The nbt data serialized as a base64 string.
|
|
8692
|
+
*/
|
|
8693
|
+
nbtProperties: string;
|
|
8694
|
+
}
|
|
8695
|
+
|
|
8696
|
+
/**
|
|
8697
|
+
* The default item stack options.
|
|
8698
|
+
*/
|
|
8699
|
+
declare const DefaultItemStackOptions: ItemStackOptions;
|
|
8700
|
+
interface ItemStackOptions {
|
|
8701
|
+
/**
|
|
8702
|
+
* The amount of items in the stack.
|
|
8703
|
+
*/
|
|
8704
|
+
amount: number;
|
|
8705
|
+
/**
|
|
8706
|
+
* The metadata of the item stack.
|
|
8707
|
+
*/
|
|
8708
|
+
metadata: number;
|
|
8709
|
+
/**
|
|
8710
|
+
* The world that the item stack is in.
|
|
8711
|
+
*/
|
|
8712
|
+
world?: World;
|
|
8713
|
+
/**
|
|
8714
|
+
* The item stack data entry, used for serialization and deserialization.
|
|
8715
|
+
*/
|
|
8716
|
+
dataEntry?: ItemStackDataEntry;
|
|
8717
|
+
}
|
|
8718
|
+
|
|
8719
|
+
interface ItemTypeOptions {
|
|
8720
|
+
/**
|
|
8721
|
+
* The nbt definition for the item type properties.
|
|
8722
|
+
*/
|
|
8723
|
+
properties: CompoundTag<unknown>;
|
|
8724
|
+
/**
|
|
8725
|
+
* Whether the item type is component based.
|
|
8726
|
+
*/
|
|
8727
|
+
isComponentBased: boolean;
|
|
8728
|
+
/**
|
|
8729
|
+
* The version of the item type.
|
|
8730
|
+
*/
|
|
8731
|
+
version: number;
|
|
8732
|
+
/**
|
|
8733
|
+
* The maximum amount of items that can be stacked.
|
|
8734
|
+
*/
|
|
8735
|
+
maxAmount: number;
|
|
8736
|
+
tool: ItemToolType;
|
|
8737
|
+
tier: ItemToolTier;
|
|
8738
|
+
tags: Array<string>;
|
|
8739
|
+
blockType: BlockType | null;
|
|
8740
|
+
creativeCategory: CreativeItemCategory;
|
|
8741
|
+
creativeGroup: CreativeItemGroup | string;
|
|
8742
|
+
}
|
|
8743
|
+
|
|
8744
|
+
/**
|
|
8745
|
+
* Used to store item stacks in a JSON-like format.
|
|
8746
|
+
* This is mainly used for the traits that need to store item stacks.
|
|
8747
|
+
*/
|
|
8748
|
+
interface ItemStackStorage extends JSONLikeObject {
|
|
8749
|
+
/**
|
|
8750
|
+
* The max amount of item slots in the storage.
|
|
8751
|
+
*/
|
|
8752
|
+
size: number;
|
|
8753
|
+
/**
|
|
8754
|
+
* The items stack data entries in the storage.
|
|
8755
|
+
*/
|
|
8756
|
+
items: Array<[number, ItemStackDataEntry]>;
|
|
8757
|
+
}
|
|
8758
|
+
|
|
8759
|
+
interface ItemStackUseOptions {
|
|
8760
|
+
/**
|
|
8761
|
+
* The use method of the item.
|
|
8762
|
+
*/
|
|
8763
|
+
method: ItemUseMethod;
|
|
8764
|
+
/**
|
|
8765
|
+
* The predicted amount of durability used during the use of the item.
|
|
8766
|
+
*/
|
|
8767
|
+
predictedDurability?: number | null;
|
|
8768
|
+
/**
|
|
8769
|
+
* Whether the use of the item was canceled.
|
|
8770
|
+
*/
|
|
8771
|
+
canceled?: boolean;
|
|
8772
|
+
}
|
|
8773
|
+
interface ItemStackUseOnBlockOptions extends ItemStackUseOptions {
|
|
8774
|
+
/**
|
|
8775
|
+
* The target block that the item is being used on.
|
|
8776
|
+
*/
|
|
8777
|
+
targetBlock: Block;
|
|
8778
|
+
/**
|
|
8779
|
+
* The position, relative to the target block, that the item is being used on.
|
|
8780
|
+
*/
|
|
8781
|
+
clickPosition: Vector3f;
|
|
8782
|
+
/**
|
|
8783
|
+
* The face of the trget block that the item is being used on.
|
|
8784
|
+
*/
|
|
8785
|
+
face: BlockFace;
|
|
8786
|
+
}
|
|
8787
|
+
interface ItemStackUseOnEntityOptions extends ItemStackUseOptions {
|
|
8788
|
+
/**
|
|
8789
|
+
* The target entity that the item is being used on.
|
|
8790
|
+
*/
|
|
8791
|
+
targetEntity: Entity;
|
|
8792
|
+
}
|
|
8793
|
+
|
|
8794
|
+
declare class ItemStack {
|
|
8643
8795
|
/**
|
|
8644
8796
|
* The type of the item stack.
|
|
8645
8797
|
*/
|
|
8646
|
-
readonly type: ItemType
|
|
8798
|
+
readonly type: ItemType;
|
|
8647
8799
|
/**
|
|
8648
8800
|
* The identifier of the item stack.
|
|
8649
8801
|
*/
|
|
8650
|
-
readonly identifier:
|
|
8802
|
+
readonly identifier: ItemIdentifier;
|
|
8651
8803
|
/**
|
|
8652
8804
|
* The dynamic properties of the item stack.
|
|
8653
8805
|
*/
|
|
@@ -8655,7 +8807,7 @@ declare class ItemStack<T extends keyof Items = keyof Items> {
|
|
|
8655
8807
|
/**
|
|
8656
8808
|
* The traits of the item stack.
|
|
8657
8809
|
*/
|
|
8658
|
-
readonly traits: Map<string, ItemTrait
|
|
8810
|
+
readonly traits: Map<string, ItemTrait>;
|
|
8659
8811
|
/**
|
|
8660
8812
|
* The nbt data of the item stack.
|
|
8661
8813
|
*/
|
|
@@ -8697,7 +8849,12 @@ declare class ItemStack<T extends keyof Items = keyof Items> {
|
|
|
8697
8849
|
* The components of the item stack type.
|
|
8698
8850
|
*/
|
|
8699
8851
|
get components(): ItemTypeComponentCollection;
|
|
8700
|
-
|
|
8852
|
+
/**
|
|
8853
|
+
* Create a new item stack instance.
|
|
8854
|
+
* @param identifier The identifier or item type of the item stack.
|
|
8855
|
+
* @param options The options for the item stack.
|
|
8856
|
+
*/
|
|
8857
|
+
constructor(identifier: ItemIdentifier | ItemType, options?: Partial<ItemStackOptions>);
|
|
8701
8858
|
/**
|
|
8702
8859
|
* Updates the item stack in the container.
|
|
8703
8860
|
*/
|
|
@@ -8723,9 +8880,9 @@ declare class ItemStack<T extends keyof Items = keyof Items> {
|
|
|
8723
8880
|
* @param options The options for the item use.
|
|
8724
8881
|
* @returns Whether the item use was successful; default is true.
|
|
8725
8882
|
*/
|
|
8726
|
-
use(player: Player, options:
|
|
8727
|
-
useOnBlock(player: Player, options:
|
|
8728
|
-
useOnEntity(player: Player, options:
|
|
8883
|
+
use(player: Player, options: ItemStackUseOptions): boolean | ItemUseMethod;
|
|
8884
|
+
useOnBlock(player: Player, options: ItemStackUseOnBlockOptions): boolean | ItemUseMethod;
|
|
8885
|
+
useOnEntity(player: Player, options: ItemStackUseOnEntityOptions): boolean | ItemUseMethod;
|
|
8729
8886
|
/**
|
|
8730
8887
|
* Start a cooldown for the item stack.
|
|
8731
8888
|
* @param duration The duration of the cooldown in ticks.
|
|
@@ -8736,31 +8893,43 @@ declare class ItemStack<T extends keyof Items = keyof Items> {
|
|
|
8736
8893
|
* @param trait The trait to check for
|
|
8737
8894
|
* @returns Whether the itemstack has the trait
|
|
8738
8895
|
*/
|
|
8739
|
-
hasTrait(trait: string | typeof ItemTrait
|
|
8896
|
+
hasTrait(trait: string | typeof ItemTrait): boolean;
|
|
8740
8897
|
/**
|
|
8741
8898
|
* Gets the specified trait from the itemstack.
|
|
8742
8899
|
* @param trait The trait to get from the itemstack
|
|
8743
8900
|
* @returns The trait if it exists, otherwise null
|
|
8744
8901
|
*/
|
|
8745
|
-
getTrait<K extends typeof ItemTrait
|
|
8902
|
+
getTrait<K extends typeof ItemTrait>(trait: K): InstanceType<K>;
|
|
8746
8903
|
/**
|
|
8747
8904
|
* Gets the specified trait from the itemstack.
|
|
8748
8905
|
* @param trait The trait to get from the itemstack
|
|
8749
8906
|
* @returns The trait if it exists, otherwise null
|
|
8750
8907
|
*/
|
|
8751
|
-
getTrait(trait: string): ItemTrait
|
|
8908
|
+
getTrait(trait: string): ItemTrait | null;
|
|
8752
8909
|
/**
|
|
8753
8910
|
* Removes the specified trait from the itemstack.
|
|
8754
8911
|
* @param trait The trait to remove
|
|
8755
8912
|
*/
|
|
8756
|
-
removeTrait(trait: string | typeof ItemTrait
|
|
8913
|
+
removeTrait(trait: string | typeof ItemTrait): void;
|
|
8757
8914
|
/**
|
|
8758
8915
|
* Adds a trait to the itemstack.
|
|
8759
8916
|
* @param trait The trait to add to the itemstack.
|
|
8760
8917
|
* @param options The additional options to pass to the trait.
|
|
8761
8918
|
* @returns The trait instance that was added to the itemstack.
|
|
8762
8919
|
*/
|
|
8763
|
-
addTrait<K extends typeof ItemTrait
|
|
8920
|
+
addTrait<K extends typeof ItemTrait>(trait: K | ItemTrait, options?: ConstructorParameters<K>[1]): InstanceType<K>;
|
|
8921
|
+
/**
|
|
8922
|
+
* Checks if the itemstack has the specified component.
|
|
8923
|
+
* @param component The component to check for.
|
|
8924
|
+
* @returns Whether the itemstack has the component.
|
|
8925
|
+
*/
|
|
8926
|
+
hasComponent(component: string | typeof ItemTypeComponent): boolean;
|
|
8927
|
+
/**
|
|
8928
|
+
* Gets the specified component from the itemstack.
|
|
8929
|
+
* @param component The component to get from the itemstack.
|
|
8930
|
+
* @returns The component instance.
|
|
8931
|
+
*/
|
|
8932
|
+
getComponent<K extends typeof ItemTypeComponent>(component: K): InstanceType<K>;
|
|
8764
8933
|
/**
|
|
8765
8934
|
* Checks if the itemstack has the specified dynamic property.
|
|
8766
8935
|
* @param key The key of the dynamic property.
|
|
@@ -8805,14 +8974,14 @@ declare class ItemStack<T extends keyof Items = keyof Items> {
|
|
|
8805
8974
|
* Gets the data entry for the item stack.
|
|
8806
8975
|
* @returns The data entry for the item stack.
|
|
8807
8976
|
*/
|
|
8808
|
-
getDataEntry():
|
|
8977
|
+
getDataEntry(): ItemStackDataEntry;
|
|
8809
8978
|
/**
|
|
8810
8979
|
* Loads the data entry for the item stack.
|
|
8811
8980
|
* @param world The world to load the item stack in.
|
|
8812
8981
|
* @param entry The item stack entry to load.
|
|
8813
8982
|
* @param overwrite Whether to overwrite the existing data.
|
|
8814
8983
|
*/
|
|
8815
|
-
loadDataEntry(world: World, entry:
|
|
8984
|
+
loadDataEntry(world: World, entry: ItemStackDataEntry, overwrite?: boolean): void;
|
|
8816
8985
|
/**
|
|
8817
8986
|
* Converts the item stack to a network item instance descriptor.
|
|
8818
8987
|
* Which is used on the protocol level.
|
|
@@ -8839,7 +9008,7 @@ declare class ItemStack<T extends keyof Items = keyof Items> {
|
|
|
8839
9008
|
* @param world The world to create the item stack in.
|
|
8840
9009
|
* @returns The item stack.
|
|
8841
9010
|
*/
|
|
8842
|
-
static fromDataEntry(
|
|
9011
|
+
static fromDataEntry(dataEntry: ItemStackDataEntry, world?: World): ItemStack;
|
|
8843
9012
|
/**
|
|
8844
9013
|
* Creates an empty item stack.
|
|
8845
9014
|
* @returns The empty item stack.
|
|
@@ -8847,7 +9016,7 @@ declare class ItemStack<T extends keyof Items = keyof Items> {
|
|
|
8847
9016
|
static empty(): ItemStack;
|
|
8848
9017
|
}
|
|
8849
9018
|
|
|
8850
|
-
declare class ItemTrait
|
|
9019
|
+
declare class ItemTrait extends Trait {
|
|
8851
9020
|
/**
|
|
8852
9021
|
* The item type identifiers that this trait is compatible with by default.
|
|
8853
9022
|
*/
|
|
@@ -8865,44 +9034,44 @@ declare class ItemTrait<T extends ItemIdentifier> extends Trait {
|
|
|
8865
9034
|
/**
|
|
8866
9035
|
* The item stack that this trait is attached to.
|
|
8867
9036
|
*/
|
|
8868
|
-
protected readonly item: ItemStack
|
|
9037
|
+
protected readonly item: ItemStack;
|
|
8869
9038
|
/**
|
|
8870
9039
|
* Creates a new instance of the item trait.
|
|
8871
9040
|
* @param item The item stack that this trait will be attached to.
|
|
8872
9041
|
* @param options additional options for the item trait.
|
|
8873
9042
|
*/
|
|
8874
|
-
constructor(item: ItemStack
|
|
9043
|
+
constructor(item: ItemStack, _options?: JSONLikeObject);
|
|
8875
9044
|
/**
|
|
8876
9045
|
* Called when the item is used by a player.
|
|
8877
9046
|
* @param player The player that used the item.
|
|
8878
9047
|
* @param options The additional options for the item use.
|
|
8879
9048
|
* @returns Whether the item use was successful; default is true
|
|
8880
9049
|
*/
|
|
8881
|
-
onStartUse?(player: Player, options:
|
|
9050
|
+
onStartUse?(player: Player, options: ItemStackUseOptions): boolean | void;
|
|
8882
9051
|
/**
|
|
8883
9052
|
* Called when the item is stopped being used by a player.
|
|
8884
9053
|
* @param player The player that stopped using the item.
|
|
8885
9054
|
* @param options The additional options for the item use.
|
|
8886
9055
|
*/
|
|
8887
|
-
onStopUse?(player: Player, options:
|
|
9056
|
+
onStopUse?(player: Player, options: ItemStackUseOptions): boolean | void;
|
|
8888
9057
|
/**
|
|
8889
9058
|
* Called when the item is used by a player.
|
|
8890
9059
|
* @param player The player that used the item.
|
|
8891
9060
|
* @param options The additional options for the item use.
|
|
8892
9061
|
*/
|
|
8893
|
-
onUse?(player: Player, options:
|
|
9062
|
+
onUse?(player: Player, options: ItemStackUseOptions): boolean | ItemUseMethod | void;
|
|
8894
9063
|
/**
|
|
8895
9064
|
* Called when the item is used on a block by a player.
|
|
8896
9065
|
* @param player The player that used the item.
|
|
8897
9066
|
* @param options The additional options for the item use.
|
|
8898
9067
|
*/
|
|
8899
|
-
onUseOnBlock?(player: Player, options:
|
|
9068
|
+
onUseOnBlock?(player: Player, options: ItemStackUseOnBlockOptions): boolean | ItemUseMethod | void;
|
|
8900
9069
|
/**
|
|
8901
9070
|
* Called when the item is used on an entity by a player.
|
|
8902
9071
|
* @param player The player that used the item.
|
|
8903
9072
|
* @param options The additional options for the item use.
|
|
8904
9073
|
*/
|
|
8905
|
-
onUseOnEntity?(player: Player, options:
|
|
9074
|
+
onUseOnEntity?(player: Player, options: ItemStackUseOnEntityOptions): boolean | ItemUseMethod | void;
|
|
8906
9075
|
/**
|
|
8907
9076
|
* Called when the release action is triggered by a player.
|
|
8908
9077
|
* @param player The player that released the item.
|
|
@@ -8932,23 +9101,23 @@ declare class ItemTrait<T extends ItemIdentifier> extends Trait {
|
|
|
8932
9101
|
* @param other The other item trait to compare.
|
|
8933
9102
|
* @returns Whether the item traits are equal.
|
|
8934
9103
|
*/
|
|
8935
|
-
equals(other: ItemTrait
|
|
9104
|
+
equals(other: ItemTrait): boolean;
|
|
8936
9105
|
/**
|
|
8937
9106
|
* Clones the item trait to another item stack.
|
|
8938
9107
|
* @param item The item stack to clone the component to.
|
|
8939
9108
|
* @returns A new item trait.
|
|
8940
9109
|
*/
|
|
8941
|
-
clone(item: ItemStack
|
|
9110
|
+
clone(item: ItemStack): this;
|
|
8942
9111
|
}
|
|
8943
9112
|
|
|
8944
|
-
declare class ItemBundleTrait
|
|
9113
|
+
declare class ItemBundleTrait extends ItemTrait {
|
|
8945
9114
|
static readonly identifier = "dynamic_container";
|
|
8946
9115
|
static readonly types: ItemIdentifier[];
|
|
8947
9116
|
/**
|
|
8948
9117
|
* The container of the item.
|
|
8949
9118
|
*/
|
|
8950
9119
|
readonly container: Container;
|
|
8951
|
-
constructor(item: ItemStack
|
|
9120
|
+
constructor(item: ItemStack);
|
|
8952
9121
|
/**
|
|
8953
9122
|
* The bundle id of the item.
|
|
8954
9123
|
*/
|
|
@@ -8966,7 +9135,7 @@ interface EnchantmentValue {
|
|
|
8966
9135
|
id: ShortTag;
|
|
8967
9136
|
lvl: ShortTag;
|
|
8968
9137
|
}
|
|
8969
|
-
declare class ItemEnchantableTrait
|
|
9138
|
+
declare class ItemEnchantableTrait extends ItemTrait {
|
|
8970
9139
|
static readonly identifier = "enchantable";
|
|
8971
9140
|
/**
|
|
8972
9141
|
* Gets the enchantments on the item stack.
|
|
@@ -9000,7 +9169,7 @@ declare class ItemEnchantableTrait<T extends ItemIdentifier> extends ItemTrait<T
|
|
|
9000
9169
|
onRemove(): void;
|
|
9001
9170
|
}
|
|
9002
9171
|
|
|
9003
|
-
declare class ItemDurabilityTrait
|
|
9172
|
+
declare class ItemDurabilityTrait extends ItemTrait {
|
|
9004
9173
|
static readonly identifier = "durability";
|
|
9005
9174
|
static readonly tag = "minecraft:is_tool";
|
|
9006
9175
|
/**
|
|
@@ -9023,17 +9192,17 @@ declare class ItemDurabilityTrait<T extends ItemIdentifier> extends ItemTrait<T>
|
|
|
9023
9192
|
* Creates a new instance of the item durability trait.
|
|
9024
9193
|
* @param item The item stack that this trait will be attached to.
|
|
9025
9194
|
*/
|
|
9026
|
-
constructor(item: ItemStack
|
|
9195
|
+
constructor(item: ItemStack);
|
|
9027
9196
|
onAdd(): void;
|
|
9028
9197
|
onRemove(): void;
|
|
9029
|
-
onUse(player: Player, options: Partial<
|
|
9198
|
+
onUse(player: Player, options: Partial<ItemStackUseOptions>): boolean | void;
|
|
9030
9199
|
}
|
|
9031
9200
|
|
|
9032
9201
|
interface DisplayValue {
|
|
9033
9202
|
name?: StringTag;
|
|
9034
9203
|
lore?: ListTag<StringTag>;
|
|
9035
9204
|
}
|
|
9036
|
-
declare class ItemDisplayTrait
|
|
9205
|
+
declare class ItemDisplayTrait extends ItemTrait {
|
|
9037
9206
|
static readonly identifier = "display";
|
|
9038
9207
|
/**
|
|
9039
9208
|
* Gets custom name from the item stack.
|
|
@@ -9068,20 +9237,20 @@ declare class ItemDisplayTrait<T extends ItemIdentifier> extends ItemTrait<T> {
|
|
|
9068
9237
|
getNbt(): CompoundTag<DisplayValue>;
|
|
9069
9238
|
}
|
|
9070
9239
|
|
|
9071
|
-
declare class ItemKeepOnDieTrait
|
|
9240
|
+
declare class ItemKeepOnDieTrait extends ItemTrait {
|
|
9072
9241
|
static readonly identifier = "keep_on_die";
|
|
9073
9242
|
get keep(): boolean;
|
|
9074
9243
|
set keep(value: boolean);
|
|
9075
9244
|
onRemove(): void;
|
|
9076
9245
|
}
|
|
9077
9246
|
|
|
9078
|
-
declare class ItemFoodTrait
|
|
9247
|
+
declare class ItemFoodTrait extends ItemTrait {
|
|
9079
9248
|
static readonly identifier = "food";
|
|
9080
9249
|
static readonly tag = "minecraft:is_food";
|
|
9081
|
-
onUse(player: Player, options: Partial<
|
|
9250
|
+
onUse(player: Player, options: Partial<ItemStackUseOptions>): void | ItemUseMethod;
|
|
9082
9251
|
}
|
|
9083
9252
|
|
|
9084
|
-
declare class ItemSpawnEggTrait
|
|
9253
|
+
declare class ItemSpawnEggTrait extends ItemTrait {
|
|
9085
9254
|
static readonly identifier = "spawn_egg";
|
|
9086
9255
|
static readonly tag = "minecraft:spawn_egg";
|
|
9087
9256
|
/**
|
|
@@ -9089,16 +9258,16 @@ declare class ItemSpawnEggTrait<T extends ItemIdentifier> extends ItemTrait<T> {
|
|
|
9089
9258
|
*/
|
|
9090
9259
|
entityType: EntityIdentifier | null;
|
|
9091
9260
|
onAdd(): void;
|
|
9092
|
-
onUseOnBlock(player: Player, options:
|
|
9261
|
+
onUseOnBlock(player: Player, options: ItemStackUseOnBlockOptions): void;
|
|
9093
9262
|
}
|
|
9094
9263
|
|
|
9095
|
-
declare class ItemLiquidContainerTrait
|
|
9264
|
+
declare class ItemLiquidContainerTrait extends ItemTrait {
|
|
9096
9265
|
static readonly identifier = "liquid_container";
|
|
9097
9266
|
static readonly types: ItemIdentifier[];
|
|
9098
|
-
onUseOnBlock(player: Player, options:
|
|
9267
|
+
onUseOnBlock(player: Player, options: ItemStackUseOnBlockOptions): ItemUseMethod | void;
|
|
9099
9268
|
}
|
|
9100
9269
|
|
|
9101
|
-
declare class ItemWeaponTrait
|
|
9270
|
+
declare class ItemWeaponTrait extends ItemTrait {
|
|
9102
9271
|
static readonly identifier = "weapon";
|
|
9103
9272
|
static readonly tag: string;
|
|
9104
9273
|
/**
|
|
@@ -9140,7 +9309,7 @@ declare class ItemWeaponTrait<T extends ItemIdentifier> extends ItemTrait<T> {
|
|
|
9140
9309
|
getCalculatedKnockback(): number;
|
|
9141
9310
|
}
|
|
9142
9311
|
|
|
9143
|
-
declare class ItemSwordTrait
|
|
9312
|
+
declare class ItemSwordTrait extends ItemWeaponTrait {
|
|
9144
9313
|
static readonly tag = "minecraft:is_sword";
|
|
9145
9314
|
onAdd(): void;
|
|
9146
9315
|
}
|
|
@@ -9159,7 +9328,7 @@ interface ItemWearableTraitProperties extends JSONLikeObject {
|
|
|
9159
9328
|
*/
|
|
9160
9329
|
tier: ItemWearableTier;
|
|
9161
9330
|
}
|
|
9162
|
-
declare class ItemWearableTrait
|
|
9331
|
+
declare class ItemWearableTrait extends ItemTrait {
|
|
9163
9332
|
static readonly identifier = "wearable";
|
|
9164
9333
|
static readonly tag = "minecraft:is_armor";
|
|
9165
9334
|
static readonly component = "minecraft:wearable";
|
|
@@ -9188,7 +9357,7 @@ declare class ItemWearableTrait<T extends ItemIdentifier> extends ItemTrait<T> {
|
|
|
9188
9357
|
* @param item The item stack to apply the wearable trait to.
|
|
9189
9358
|
* @param properties The optional properties of the wearable trait.
|
|
9190
9359
|
*/
|
|
9191
|
-
constructor(item: ItemStack
|
|
9360
|
+
constructor(item: ItemStack, properties?: Partial<ItemWearableTraitProperties>);
|
|
9192
9361
|
/**
|
|
9193
9362
|
* Equip the wearable item to the entity.
|
|
9194
9363
|
* @param entity The entity to equip the item to.
|
|
@@ -9199,10 +9368,10 @@ declare class ItemWearableTrait<T extends ItemIdentifier> extends ItemTrait<T> {
|
|
|
9199
9368
|
* @returns The equipment slot of the wearable item.
|
|
9200
9369
|
*/
|
|
9201
9370
|
getEquipmentSlot(): EquipmentSlot;
|
|
9202
|
-
onUse(player: Player, options:
|
|
9371
|
+
onUse(player: Player, options: ItemStackUseOptions): ItemUseMethod | void;
|
|
9203
9372
|
}
|
|
9204
9373
|
|
|
9205
|
-
declare class ItemShooterTrait
|
|
9374
|
+
declare class ItemShooterTrait extends ItemTrait {
|
|
9206
9375
|
static readonly identifier = "shooter";
|
|
9207
9376
|
static readonly types: ItemIdentifier[];
|
|
9208
9377
|
/**
|
|
@@ -9213,7 +9382,7 @@ declare class ItemShooterTrait<T extends ItemIdentifier> extends ItemTrait<T> {
|
|
|
9213
9382
|
onStartUse(player: Player): void;
|
|
9214
9383
|
}
|
|
9215
9384
|
|
|
9216
|
-
declare class ItemLockTrait
|
|
9385
|
+
declare class ItemLockTrait extends ItemTrait {
|
|
9217
9386
|
static readonly identifier = "lock";
|
|
9218
9387
|
/**
|
|
9219
9388
|
* Get the current lock mode of the item stack.
|
|
@@ -9229,15 +9398,15 @@ declare class ItemLockTrait<T extends ItemIdentifier> extends ItemTrait<T> {
|
|
|
9229
9398
|
onRemove(): void;
|
|
9230
9399
|
}
|
|
9231
9400
|
|
|
9232
|
-
declare class ItemType
|
|
9401
|
+
declare class ItemType {
|
|
9233
9402
|
/**
|
|
9234
9403
|
* A collective registry of all item types.
|
|
9235
9404
|
*/
|
|
9236
|
-
static readonly types: Map<string, ItemType
|
|
9405
|
+
static readonly types: Map<string, ItemType>;
|
|
9237
9406
|
/**
|
|
9238
9407
|
* The identifier of the item type.
|
|
9239
9408
|
*/
|
|
9240
|
-
readonly identifier:
|
|
9409
|
+
readonly identifier: ItemIdentifier;
|
|
9241
9410
|
/**
|
|
9242
9411
|
* The network of the item type.
|
|
9243
9412
|
*/
|
|
@@ -9275,7 +9444,7 @@ declare class ItemType<T extends keyof Items = keyof Items> {
|
|
|
9275
9444
|
/**
|
|
9276
9445
|
* Whether the item type is component based.
|
|
9277
9446
|
*/
|
|
9278
|
-
|
|
9447
|
+
isComponentBased: boolean;
|
|
9279
9448
|
creativeCategory: CreativeItemCategory;
|
|
9280
9449
|
creativeGroup: CreativeItemGroup | string;
|
|
9281
9450
|
/**
|
|
@@ -9296,7 +9465,7 @@ declare class ItemType<T extends keyof Items = keyof Items> {
|
|
|
9296
9465
|
* @param network The network of the item type.
|
|
9297
9466
|
* @param properties The properties of the item type.
|
|
9298
9467
|
*/
|
|
9299
|
-
constructor(identifier:
|
|
9468
|
+
constructor(identifier: ItemIdentifier, network: number, properties?: Partial<ItemTypeOptions>);
|
|
9300
9469
|
/**
|
|
9301
9470
|
* Register a trait to the item type.
|
|
9302
9471
|
* @param trait The trait to register.
|
|
@@ -9317,7 +9486,7 @@ declare class ItemType<T extends keyof Items = keyof Items> {
|
|
|
9317
9486
|
/**
|
|
9318
9487
|
* Get the item type from the registry.
|
|
9319
9488
|
*/
|
|
9320
|
-
static get
|
|
9489
|
+
static get(identifier: ItemIdentifier): ItemType | null;
|
|
9321
9490
|
/**
|
|
9322
9491
|
* Get the item type from the network.
|
|
9323
9492
|
* @param network The network to get the item type from.
|
|
@@ -9344,7 +9513,12 @@ declare class ItemType<T extends keyof Items = keyof Items> {
|
|
|
9344
9513
|
|
|
9345
9514
|
declare class CustomItemType extends ItemType {
|
|
9346
9515
|
protected static networkId: number;
|
|
9347
|
-
|
|
9516
|
+
/**
|
|
9517
|
+
* Create a new custom item type.
|
|
9518
|
+
* @param identifier The identifier of the item type.
|
|
9519
|
+
* @param options The options of the item type.
|
|
9520
|
+
*/
|
|
9521
|
+
constructor(identifier: string, options?: Partial<ItemTypeOptions>);
|
|
9348
9522
|
}
|
|
9349
9523
|
|
|
9350
9524
|
declare class CreativeItemDescriptor {
|
|
@@ -9359,13 +9533,14 @@ declare class CreativeItemDescriptor {
|
|
|
9359
9533
|
/**
|
|
9360
9534
|
* The stack data of the descriptor.
|
|
9361
9535
|
*/
|
|
9362
|
-
readonly
|
|
9536
|
+
readonly stackDataEntry: ItemStackDataEntry | null;
|
|
9363
9537
|
/**
|
|
9364
9538
|
* Creates a new creative item descriptor.
|
|
9365
9539
|
* @param type The item type of the descriptor.
|
|
9366
9540
|
* @param descriptor The network item instance descriptor.
|
|
9541
|
+
* @param stackDataEntry The stack data of the descriptor.
|
|
9367
9542
|
*/
|
|
9368
|
-
constructor(type: ItemType, descriptor?: NetworkItemInstanceDescriptor,
|
|
9543
|
+
constructor(type: ItemType, descriptor?: NetworkItemInstanceDescriptor, stackDataEntry?: ItemStackDataEntry);
|
|
9369
9544
|
}
|
|
9370
9545
|
|
|
9371
9546
|
declare class CreateContentGroup {
|
|
@@ -9417,7 +9592,7 @@ declare class ItemPalette {
|
|
|
9417
9592
|
/**
|
|
9418
9593
|
* The registered item types for the palette.
|
|
9419
9594
|
*/
|
|
9420
|
-
readonly types: Map<string, ItemType
|
|
9595
|
+
readonly types: Map<string, ItemType>;
|
|
9421
9596
|
/**
|
|
9422
9597
|
* The creative content for the palette.
|
|
9423
9598
|
*/
|
|
@@ -9438,7 +9613,7 @@ declare class ItemPalette {
|
|
|
9438
9613
|
* @param identifier The item identifier to get.
|
|
9439
9614
|
* @returns The item type from the palette.
|
|
9440
9615
|
*/
|
|
9441
|
-
getType
|
|
9616
|
+
getType(identifier: ItemIdentifier): ItemType | null;
|
|
9442
9617
|
/**
|
|
9443
9618
|
* Resolves an item type from the block type.
|
|
9444
9619
|
* @param type The block type to resolve.
|
|
@@ -9775,10 +9950,10 @@ declare class Block {
|
|
|
9775
9950
|
getBreakTime(itemStack?: ItemStack | null): number;
|
|
9776
9951
|
/**
|
|
9777
9952
|
* Gets the item stack of the block.
|
|
9778
|
-
* @param
|
|
9953
|
+
* @param options The options for the item stack.
|
|
9779
9954
|
* @returns The item stack of the block.
|
|
9780
9955
|
*/
|
|
9781
|
-
getItemStack(
|
|
9956
|
+
getItemStack(options?: Partial<ItemStackOptions>): ItemStack;
|
|
9782
9957
|
/**
|
|
9783
9958
|
* Gets all the neighbor blocks around the block.
|
|
9784
9959
|
* @returns The neighbor blocks around the block.
|
|
@@ -9947,11 +10122,11 @@ declare class BlockInventoryTrait extends BlockTrait {
|
|
|
9947
10122
|
/**
|
|
9948
10123
|
* The property used to store the inventory items.
|
|
9949
10124
|
*/
|
|
9950
|
-
get property():
|
|
10125
|
+
get property(): ItemStackStorage;
|
|
9951
10126
|
/**
|
|
9952
10127
|
* The property used to store the inventory items.
|
|
9953
10128
|
*/
|
|
9954
|
-
set property(value:
|
|
10129
|
+
set property(value: ItemStackStorage);
|
|
9955
10130
|
/**
|
|
9956
10131
|
* Whether the block is opened or not.
|
|
9957
10132
|
*/
|
|
@@ -11495,6 +11670,22 @@ declare class Player extends Entity {
|
|
|
11495
11670
|
* @param hideDisconnectScreen Whether to hide the disconnect screen
|
|
11496
11671
|
*/
|
|
11497
11672
|
disconnect(reason: string, code?: DisconnectReason, hideDisconnectScreen?: false): void;
|
|
11673
|
+
/**
|
|
11674
|
+
* Check if the player has a specific permission.
|
|
11675
|
+
* @param permission The permission to check.
|
|
11676
|
+
* @returns True if the player has the permission, false otherwise.
|
|
11677
|
+
*/
|
|
11678
|
+
hasPermission(permission: string): boolean;
|
|
11679
|
+
/**
|
|
11680
|
+
* Add a permission to the player.
|
|
11681
|
+
* @param permission The permission to add.
|
|
11682
|
+
*/
|
|
11683
|
+
addPermission(permission: string): void;
|
|
11684
|
+
/**
|
|
11685
|
+
* Remove a permission from the player.
|
|
11686
|
+
* @param permission The permission to remove.
|
|
11687
|
+
*/
|
|
11688
|
+
removePermission(permission: string): void;
|
|
11498
11689
|
/**
|
|
11499
11690
|
* Sends a message to the player
|
|
11500
11691
|
* @param message The message that will be sent.
|
|
@@ -13028,11 +13219,11 @@ declare class EntityInventoryTrait extends EntityTrait {
|
|
|
13028
13219
|
/**
|
|
13029
13220
|
* The dynamic property used to store the inventory items.
|
|
13030
13221
|
*/
|
|
13031
|
-
get property():
|
|
13222
|
+
get property(): ItemStackStorage;
|
|
13032
13223
|
/**
|
|
13033
13224
|
* The dynamic property used to store the inventory items.
|
|
13034
13225
|
*/
|
|
13035
|
-
set property(value:
|
|
13226
|
+
set property(value: ItemStackStorage);
|
|
13036
13227
|
/**
|
|
13037
13228
|
* The selected slot in the inventory.
|
|
13038
13229
|
*/
|
|
@@ -13178,11 +13369,11 @@ declare class EntityInvisibilityTrait extends EntityTrait {
|
|
|
13178
13369
|
}
|
|
13179
13370
|
|
|
13180
13371
|
interface EntityEquipmentTraitProperties extends JSONLikeObject {
|
|
13181
|
-
head:
|
|
13182
|
-
chest:
|
|
13183
|
-
legs:
|
|
13184
|
-
feet:
|
|
13185
|
-
offhand:
|
|
13372
|
+
head: ItemStackDataEntry | null;
|
|
13373
|
+
chest: ItemStackDataEntry | null;
|
|
13374
|
+
legs: ItemStackDataEntry | null;
|
|
13375
|
+
feet: ItemStackDataEntry | null;
|
|
13376
|
+
offhand: ItemStackDataEntry | null;
|
|
13186
13377
|
}
|
|
13187
13378
|
declare class EntityEquipmentTrait extends EntityTrait {
|
|
13188
13379
|
static readonly identifier = "equipment";
|
|
@@ -13734,7 +13925,7 @@ declare class Dimension {
|
|
|
13734
13925
|
* @param position The position of the item.
|
|
13735
13926
|
* @returns The entity that was spawned.
|
|
13736
13927
|
*/
|
|
13737
|
-
spawnItem
|
|
13928
|
+
spawnItem(itemStack: ItemStack, position: IPosition): Entity;
|
|
13738
13929
|
/**
|
|
13739
13930
|
* Executes a command in the dimension.
|
|
13740
13931
|
* @param command The command to execute.
|
|
@@ -13769,7 +13960,7 @@ declare class Dimension {
|
|
|
13769
13960
|
* @param player The player to exclude from the broadcast.
|
|
13770
13961
|
* @param packets The packets to broadcast.
|
|
13771
13962
|
*/
|
|
13772
|
-
broadcastExcept(
|
|
13963
|
+
broadcastExcept(excludedPlayer: Player, ...packets: Array<DataPacket>): void;
|
|
13773
13964
|
}
|
|
13774
13965
|
|
|
13775
13966
|
/**
|
|
@@ -15278,1437 +15469,6 @@ interface EntityDeathOptions {
|
|
|
15278
15469
|
damageCause: ActorDamageCause;
|
|
15279
15470
|
}
|
|
15280
15471
|
|
|
15281
|
-
interface Items {
|
|
15282
|
-
[ItemIdentifier.OrangeCandle]: BlockType<BlockIdentifier.OrangeCandle>;
|
|
15283
|
-
[ItemIdentifier.ColoredTorchBp]: BlockType<BlockIdentifier.ColoredTorchBp>;
|
|
15284
|
-
[ItemIdentifier.TropicalFishBucket]: null;
|
|
15285
|
-
[ItemIdentifier.LightBlock14]: BlockType<BlockIdentifier.LightBlock14>;
|
|
15286
|
-
[ItemIdentifier.AcaciaFenceGate]: BlockType<BlockIdentifier.AcaciaFenceGate>;
|
|
15287
|
-
[ItemIdentifier.CyanDye]: null;
|
|
15288
|
-
[ItemIdentifier.Scaffolding]: BlockType<BlockIdentifier.Scaffolding>;
|
|
15289
|
-
[ItemIdentifier.SculkCatalyst]: BlockType<BlockIdentifier.SculkCatalyst>;
|
|
15290
|
-
[ItemIdentifier.Honeycomb]: null;
|
|
15291
|
-
[ItemIdentifier.BirchFenceGate]: BlockType<BlockIdentifier.BirchFenceGate>;
|
|
15292
|
-
[ItemIdentifier.Shears]: null;
|
|
15293
|
-
[ItemIdentifier.BlueConcrete]: BlockType<BlockIdentifier.BlueConcrete>;
|
|
15294
|
-
[ItemIdentifier.FieldMasonedBannerPattern]: null;
|
|
15295
|
-
[ItemIdentifier.WaxedCutCopper]: BlockType<BlockIdentifier.WaxedCutCopper>;
|
|
15296
|
-
[ItemIdentifier.CamelSpawnEgg]: null;
|
|
15297
|
-
[ItemIdentifier.StoneBrickSlab]: BlockType<BlockIdentifier.StoneBrickSlab>;
|
|
15298
|
-
[ItemIdentifier.GoldIngot]: null;
|
|
15299
|
-
[ItemIdentifier.SprucePlanks]: BlockType<BlockIdentifier.SprucePlanks>;
|
|
15300
|
-
[ItemIdentifier.RoseBush]: BlockType<BlockIdentifier.RoseBush>;
|
|
15301
|
-
[ItemIdentifier.TuffBrickSlab]: BlockType<BlockIdentifier.TuffBrickSlab>;
|
|
15302
|
-
[ItemIdentifier.WoodenPickaxe]: null;
|
|
15303
|
-
[ItemIdentifier.LightBlock10]: BlockType<BlockIdentifier.LightBlock10>;
|
|
15304
|
-
[ItemIdentifier.Cookie]: null;
|
|
15305
|
-
[ItemIdentifier.BlueStainedGlassPane]: BlockType<BlockIdentifier.BlueStainedGlassPane>;
|
|
15306
|
-
[ItemIdentifier.CutCopperStairs]: BlockType<BlockIdentifier.CutCopperStairs>;
|
|
15307
|
-
[ItemIdentifier.WhiteWool]: BlockType<BlockIdentifier.WhiteWool>;
|
|
15308
|
-
[ItemIdentifier.WaxedCopper]: BlockType<BlockIdentifier.WaxedCopper>;
|
|
15309
|
-
[ItemIdentifier.WoodenDoor]: BlockType<BlockIdentifier.WoodenDoor>;
|
|
15310
|
-
[ItemIdentifier.OakSign]: null;
|
|
15311
|
-
[ItemIdentifier.YellowCandle]: BlockType<BlockIdentifier.YellowCandle>;
|
|
15312
|
-
[ItemIdentifier.Shroomlight]: BlockType<BlockIdentifier.Shroomlight>;
|
|
15313
|
-
[ItemIdentifier.MilkBucket]: null;
|
|
15314
|
-
[ItemIdentifier.RedSandstoneStairs]: BlockType<BlockIdentifier.RedSandstoneStairs>;
|
|
15315
|
-
[ItemIdentifier.PolishedDioriteSlab]: BlockType<BlockIdentifier.PolishedDioriteSlab>;
|
|
15316
|
-
[ItemIdentifier.DarkOakPlanks]: BlockType<BlockIdentifier.DarkOakPlanks>;
|
|
15317
|
-
[ItemIdentifier.JungleLeaves]: BlockType<BlockIdentifier.JungleLeaves>;
|
|
15318
|
-
[ItemIdentifier.SuspiciousSand]: BlockType<BlockIdentifier.SuspiciousSand>;
|
|
15319
|
-
[ItemIdentifier.AncientDebris]: BlockType<BlockIdentifier.AncientDebris>;
|
|
15320
|
-
[ItemIdentifier.SpruceTrapdoor]: BlockType<BlockIdentifier.SpruceTrapdoor>;
|
|
15321
|
-
[ItemIdentifier.PurpleGlazedTerracotta]: BlockType<BlockIdentifier.PurpleGlazedTerracotta>;
|
|
15322
|
-
[ItemIdentifier.MusicDisc11]: null;
|
|
15323
|
-
[ItemIdentifier.IronBlock]: BlockType<BlockIdentifier.IronBlock>;
|
|
15324
|
-
[ItemIdentifier.RedNetherBrick]: BlockType<BlockIdentifier.RedNetherBrick>;
|
|
15325
|
-
[ItemIdentifier.Redstone]: null;
|
|
15326
|
-
[ItemIdentifier.BoneMeal]: null;
|
|
15327
|
-
[ItemIdentifier.WarpedPressurePlate]: BlockType<BlockIdentifier.WarpedPressurePlate>;
|
|
15328
|
-
[ItemIdentifier.StraySpawnEgg]: null;
|
|
15329
|
-
[ItemIdentifier.InfestedChiseledStoneBricks]: BlockType<BlockIdentifier.InfestedChiseledStoneBricks>;
|
|
15330
|
-
[ItemIdentifier.PrismarineStairs]: BlockType<BlockIdentifier.PrismarineStairs>;
|
|
15331
|
-
[ItemIdentifier.IronDoor]: BlockType<BlockIdentifier.IronDoor>;
|
|
15332
|
-
[ItemIdentifier.DarkPrismarineStairs]: BlockType<BlockIdentifier.DarkPrismarineStairs>;
|
|
15333
|
-
[ItemIdentifier.RedSandstoneSlab]: BlockType<BlockIdentifier.RedSandstoneSlab>;
|
|
15334
|
-
[ItemIdentifier.SculkShrieker]: BlockType<BlockIdentifier.SculkShrieker>;
|
|
15335
|
-
[ItemIdentifier.BambooMosaicStairs]: BlockType<BlockIdentifier.BambooMosaicStairs>;
|
|
15336
|
-
[ItemIdentifier.EndBricks]: BlockType<BlockIdentifier.EndBricks>;
|
|
15337
|
-
[ItemIdentifier.WaxedOxidizedCopper]: BlockType<BlockIdentifier.WaxedOxidizedCopper>;
|
|
15338
|
-
[ItemIdentifier.MangrovePlanks]: BlockType<BlockIdentifier.MangrovePlanks>;
|
|
15339
|
-
[ItemIdentifier.WaxedWeatheredCopperDoor]: BlockType<BlockIdentifier.WaxedWeatheredCopperDoor>;
|
|
15340
|
-
[ItemIdentifier.PinkTerracotta]: BlockType<BlockIdentifier.PinkTerracotta>;
|
|
15341
|
-
[ItemIdentifier.BlazeRod]: null;
|
|
15342
|
-
[ItemIdentifier.BrownTerracotta]: BlockType<BlockIdentifier.BrownTerracotta>;
|
|
15343
|
-
[ItemIdentifier.CarvedPumpkin]: BlockType<BlockIdentifier.CarvedPumpkin>;
|
|
15344
|
-
[ItemIdentifier.BlazeSpawnEgg]: null;
|
|
15345
|
-
[ItemIdentifier.Balloon]: null;
|
|
15346
|
-
[ItemIdentifier.OakPlanks]: BlockType<BlockIdentifier.OakPlanks>;
|
|
15347
|
-
[ItemIdentifier.DarkOakLog]: BlockType<BlockIdentifier.DarkOakLog>;
|
|
15348
|
-
[ItemIdentifier.RedstoneOre]: BlockType<BlockIdentifier.RedstoneOre>;
|
|
15349
|
-
[ItemIdentifier.AxolotlBucket]: null;
|
|
15350
|
-
[ItemIdentifier.Hopper]: BlockType<BlockIdentifier.Hopper>;
|
|
15351
|
-
[ItemIdentifier.PiglinBruteSpawnEgg]: null;
|
|
15352
|
-
[ItemIdentifier.SeaPickle]: BlockType<BlockIdentifier.SeaPickle>;
|
|
15353
|
-
[ItemIdentifier.Lead]: null;
|
|
15354
|
-
[ItemIdentifier.BirchPlanks]: BlockType<BlockIdentifier.BirchPlanks>;
|
|
15355
|
-
[ItemIdentifier.EndBrickStairs]: BlockType<BlockIdentifier.EndBrickStairs>;
|
|
15356
|
-
[ItemIdentifier.TubeCoralBlock]: BlockType<BlockIdentifier.TubeCoralBlock>;
|
|
15357
|
-
[ItemIdentifier.WaxedExposedCopperGrate]: BlockType<BlockIdentifier.WaxedExposedCopperGrate>;
|
|
15358
|
-
[ItemIdentifier.AcaciaPlanks]: BlockType<BlockIdentifier.AcaciaPlanks>;
|
|
15359
|
-
[ItemIdentifier.WaxedExposedCutCopperSlab]: BlockType<BlockIdentifier.WaxedExposedCutCopperSlab>;
|
|
15360
|
-
[ItemIdentifier.DeadHornCoral]: BlockType<BlockIdentifier.DeadHornCoral>;
|
|
15361
|
-
[ItemIdentifier.FireCoralBlock]: BlockType<BlockIdentifier.FireCoralBlock>;
|
|
15362
|
-
[ItemIdentifier.Barrel]: BlockType<BlockIdentifier.Barrel>;
|
|
15363
|
-
[ItemIdentifier.QuartzSlab]: BlockType<BlockIdentifier.QuartzSlab>;
|
|
15364
|
-
[ItemIdentifier.BigDripleaf]: BlockType<BlockIdentifier.BigDripleaf>;
|
|
15365
|
-
[ItemIdentifier.CherryStairs]: BlockType<BlockIdentifier.CherryStairs>;
|
|
15366
|
-
[ItemIdentifier.FishingRod]: null;
|
|
15367
|
-
[ItemIdentifier.NameTag]: null;
|
|
15368
|
-
[ItemIdentifier.JungleFence]: BlockType<BlockIdentifier.JungleFence>;
|
|
15369
|
-
[ItemIdentifier.Mycelium]: BlockType<BlockIdentifier.Mycelium>;
|
|
15370
|
-
[ItemIdentifier.GhastSpawnEgg]: null;
|
|
15371
|
-
[ItemIdentifier.DeepslateRedstoneOre]: BlockType<BlockIdentifier.DeepslateRedstoneOre>;
|
|
15372
|
-
[ItemIdentifier.YellowStainedGlassPane]: BlockType<BlockIdentifier.YellowStainedGlassPane>;
|
|
15373
|
-
[ItemIdentifier.DarkOakSlab]: BlockType<BlockIdentifier.DarkOakSlab>;
|
|
15374
|
-
[ItemIdentifier.SmoothQuartzStairs]: BlockType<BlockIdentifier.SmoothQuartzStairs>;
|
|
15375
|
-
[ItemIdentifier.FenceGate]: BlockType<BlockIdentifier.FenceGate>;
|
|
15376
|
-
[ItemIdentifier.RottenFlesh]: null;
|
|
15377
|
-
[ItemIdentifier.LightGrayStainedGlassPane]: BlockType<BlockIdentifier.LightGrayStainedGlassPane>;
|
|
15378
|
-
[ItemIdentifier.EyeArmorTrimSmithingTemplate]: null;
|
|
15379
|
-
[ItemIdentifier.BlackstoneSlab]: BlockType<BlockIdentifier.BlackstoneSlab>;
|
|
15380
|
-
[ItemIdentifier.GoldenPickaxe]: null;
|
|
15381
|
-
[ItemIdentifier.Chest]: BlockType<BlockIdentifier.Chest>;
|
|
15382
|
-
[ItemIdentifier.LightBlueDye]: null;
|
|
15383
|
-
[ItemIdentifier.PolishedBlackstoneBrickWall]: BlockType<BlockIdentifier.PolishedBlackstoneBrickWall>;
|
|
15384
|
-
[ItemIdentifier.StoneStairs]: BlockType<BlockIdentifier.StoneStairs>;
|
|
15385
|
-
[ItemIdentifier.Beacon]: BlockType<BlockIdentifier.Beacon>;
|
|
15386
|
-
[ItemIdentifier.Furnace]: BlockType<BlockIdentifier.Furnace>;
|
|
15387
|
-
[ItemIdentifier.WarpedSlab]: BlockType<BlockIdentifier.WarpedSlab>;
|
|
15388
|
-
[ItemIdentifier.LightGrayStainedGlass]: BlockType<BlockIdentifier.LightGrayStainedGlass>;
|
|
15389
|
-
[ItemIdentifier.OxidizedCopperTrapdoor]: BlockType<BlockIdentifier.OxidizedCopperTrapdoor>;
|
|
15390
|
-
[ItemIdentifier.DetectorRail]: BlockType<BlockIdentifier.DetectorRail>;
|
|
15391
|
-
[ItemIdentifier.Gravel]: BlockType<BlockIdentifier.Gravel>;
|
|
15392
|
-
[ItemIdentifier.HoglinSpawnEgg]: null;
|
|
15393
|
-
[ItemIdentifier.LightBlueConcretePowder]: BlockType<BlockIdentifier.LightBlueConcretePowder>;
|
|
15394
|
-
[ItemIdentifier.JungleWood]: BlockType<BlockIdentifier.JungleWood>;
|
|
15395
|
-
[ItemIdentifier.HeavyCore]: BlockType<BlockIdentifier.HeavyCore>;
|
|
15396
|
-
[ItemIdentifier.SuspiciousGravel]: BlockType<BlockIdentifier.SuspiciousGravel>;
|
|
15397
|
-
[ItemIdentifier.Bleach]: null;
|
|
15398
|
-
[ItemIdentifier.RedStainedGlass]: BlockType<BlockIdentifier.RedStainedGlass>;
|
|
15399
|
-
[ItemIdentifier.PurpleShulkerBox]: BlockType<BlockIdentifier.PurpleShulkerBox>;
|
|
15400
|
-
[ItemIdentifier.IronTrapdoor]: BlockType<BlockIdentifier.IronTrapdoor>;
|
|
15401
|
-
[ItemIdentifier.MangroveButton]: BlockType<BlockIdentifier.MangroveButton>;
|
|
15402
|
-
[ItemIdentifier.PurpleConcretePowder]: BlockType<BlockIdentifier.PurpleConcretePowder>;
|
|
15403
|
-
[ItemIdentifier.BambooPlanks]: BlockType<BlockIdentifier.BambooPlanks>;
|
|
15404
|
-
[ItemIdentifier.ChorusFlower]: BlockType<BlockIdentifier.ChorusFlower>;
|
|
15405
|
-
[ItemIdentifier.JunglePlanks]: BlockType<BlockIdentifier.JunglePlanks>;
|
|
15406
|
-
[ItemIdentifier.JungleSign]: null;
|
|
15407
|
-
[ItemIdentifier.WindCharge]: null;
|
|
15408
|
-
[ItemIdentifier.GlisteringMelonSlice]: null;
|
|
15409
|
-
[ItemIdentifier.Carrot]: null;
|
|
15410
|
-
[ItemIdentifier.TrialSpawner]: BlockType<BlockIdentifier.TrialSpawner>;
|
|
15411
|
-
[ItemIdentifier.StrippedJungleWood]: BlockType<BlockIdentifier.StrippedJungleWood>;
|
|
15412
|
-
[ItemIdentifier.IronNugget]: null;
|
|
15413
|
-
[ItemIdentifier.BoneBlock]: BlockType<BlockIdentifier.BoneBlock>;
|
|
15414
|
-
[ItemIdentifier.WarpedHangingSign]: BlockType<BlockIdentifier.WarpedHangingSign>;
|
|
15415
|
-
[ItemIdentifier.NormalStoneStairs]: BlockType<BlockIdentifier.NormalStoneStairs>;
|
|
15416
|
-
[ItemIdentifier.LightBlueStainedGlass]: BlockType<BlockIdentifier.LightBlueStainedGlass>;
|
|
15417
|
-
[ItemIdentifier.Fern]: BlockType<BlockIdentifier.Fern>;
|
|
15418
|
-
[ItemIdentifier.PackedMud]: BlockType<BlockIdentifier.PackedMud>;
|
|
15419
|
-
[ItemIdentifier.PolishedGranite]: BlockType<BlockIdentifier.PolishedGranite>;
|
|
15420
|
-
[ItemIdentifier.IronBars]: BlockType<BlockIdentifier.IronBars>;
|
|
15421
|
-
[ItemIdentifier.OxidizedCutCopper]: BlockType<BlockIdentifier.OxidizedCutCopper>;
|
|
15422
|
-
[ItemIdentifier.GlassBottle]: null;
|
|
15423
|
-
[ItemIdentifier.SmallDripleafBlock]: BlockType<BlockIdentifier.SmallDripleafBlock>;
|
|
15424
|
-
[ItemIdentifier.WarpedRoots]: BlockType<BlockIdentifier.WarpedRoots>;
|
|
15425
|
-
[ItemIdentifier.MagentaWool]: BlockType<BlockIdentifier.MagentaWool>;
|
|
15426
|
-
[ItemIdentifier.HardGreenStainedGlassPane]: BlockType<BlockIdentifier.HardGreenStainedGlassPane>;
|
|
15427
|
-
[ItemIdentifier.IronBoots]: null;
|
|
15428
|
-
[ItemIdentifier.YellowStainedGlass]: BlockType<BlockIdentifier.YellowStainedGlass>;
|
|
15429
|
-
[ItemIdentifier.RabbitSpawnEgg]: null;
|
|
15430
|
-
[ItemIdentifier.HornCoral]: BlockType<BlockIdentifier.HornCoral>;
|
|
15431
|
-
[ItemIdentifier.WhiteConcretePowder]: BlockType<BlockIdentifier.WhiteConcretePowder>;
|
|
15432
|
-
[ItemIdentifier.CherryPlanks]: BlockType<BlockIdentifier.CherryPlanks>;
|
|
15433
|
-
[ItemIdentifier.GraniteSlab]: BlockType<BlockIdentifier.GraniteSlab>;
|
|
15434
|
-
[ItemIdentifier.SoulSoil]: BlockType<BlockIdentifier.SoulSoil>;
|
|
15435
|
-
[ItemIdentifier.DarkOakPressurePlate]: BlockType<BlockIdentifier.DarkOakPressurePlate>;
|
|
15436
|
-
[ItemIdentifier.GraniteStairs]: BlockType<BlockIdentifier.GraniteStairs>;
|
|
15437
|
-
[ItemIdentifier.StrippedWarpedStem]: BlockType<BlockIdentifier.StrippedWarpedStem>;
|
|
15438
|
-
[ItemIdentifier.FriendPotterySherd]: null;
|
|
15439
|
-
[ItemIdentifier.DaylightDetector]: BlockType<BlockIdentifier.DaylightDetector>;
|
|
15440
|
-
[ItemIdentifier.SmoothSandstoneStairs]: BlockType<BlockIdentifier.SmoothSandstoneStairs>;
|
|
15441
|
-
[ItemIdentifier.RepeatingCommandBlock]: BlockType<BlockIdentifier.RepeatingCommandBlock>;
|
|
15442
|
-
[ItemIdentifier.DrownedSpawnEgg]: null;
|
|
15443
|
-
[ItemIdentifier.QuartzBricks]: BlockType<BlockIdentifier.QuartzBricks>;
|
|
15444
|
-
[ItemIdentifier.MangroveLog]: BlockType<BlockIdentifier.MangroveLog>;
|
|
15445
|
-
[ItemIdentifier.BambooMosaic]: BlockType<BlockIdentifier.BambooMosaic>;
|
|
15446
|
-
[ItemIdentifier.Trapdoor]: BlockType<BlockIdentifier.Trapdoor>;
|
|
15447
|
-
[ItemIdentifier.PearlescentFroglight]: BlockType<BlockIdentifier.PearlescentFroglight>;
|
|
15448
|
-
[ItemIdentifier.OrangeDye]: null;
|
|
15449
|
-
[ItemIdentifier.BirchButton]: BlockType<BlockIdentifier.BirchButton>;
|
|
15450
|
-
[ItemIdentifier.CrimsonPlanks]: BlockType<BlockIdentifier.CrimsonPlanks>;
|
|
15451
|
-
[ItemIdentifier.Netherrack]: BlockType<BlockIdentifier.Netherrack>;
|
|
15452
|
-
[ItemIdentifier.WarpedStem]: BlockType<BlockIdentifier.WarpedStem>;
|
|
15453
|
-
[ItemIdentifier.WarpedPlanks]: BlockType<BlockIdentifier.WarpedPlanks>;
|
|
15454
|
-
[ItemIdentifier.PigSpawnEgg]: null;
|
|
15455
|
-
[ItemIdentifier.FoxSpawnEgg]: null;
|
|
15456
|
-
[ItemIdentifier.PhantomMembrane]: null;
|
|
15457
|
-
[ItemIdentifier.BambooRaft]: null;
|
|
15458
|
-
[ItemIdentifier.GlowSquidSpawnEgg]: null;
|
|
15459
|
-
[ItemIdentifier.EnderDragonSpawnEgg]: null;
|
|
15460
|
-
[ItemIdentifier.RedDye]: null;
|
|
15461
|
-
[ItemIdentifier.OrangeStainedGlass]: BlockType<BlockIdentifier.OrangeStainedGlass>;
|
|
15462
|
-
[ItemIdentifier.CobblestoneWall]: BlockType<BlockIdentifier.CobblestoneWall>;
|
|
15463
|
-
[ItemIdentifier.MagentaConcrete]: BlockType<BlockIdentifier.MagentaConcrete>;
|
|
15464
|
-
[ItemIdentifier.Crossbow]: null;
|
|
15465
|
-
[ItemIdentifier.ExposedCopper]: BlockType<BlockIdentifier.ExposedCopper>;
|
|
15466
|
-
[ItemIdentifier.RaiserArmorTrimSmithingTemplate]: null;
|
|
15467
|
-
[ItemIdentifier.OrangeCarpet]: BlockType<BlockIdentifier.OrangeCarpet>;
|
|
15468
|
-
[ItemIdentifier.CherryFence]: BlockType<BlockIdentifier.CherryFence>;
|
|
15469
|
-
[ItemIdentifier.CrimsonTrapdoor]: BlockType<BlockIdentifier.CrimsonTrapdoor>;
|
|
15470
|
-
[ItemIdentifier.BlueShulkerBox]: BlockType<BlockIdentifier.BlueShulkerBox>;
|
|
15471
|
-
[ItemIdentifier.BirchBoat]: null;
|
|
15472
|
-
[ItemIdentifier.WhiteTerracotta]: BlockType<BlockIdentifier.WhiteTerracotta>;
|
|
15473
|
-
[ItemIdentifier.Mud]: BlockType<BlockIdentifier.Mud>;
|
|
15474
|
-
[ItemIdentifier.BlueDye]: null;
|
|
15475
|
-
[ItemIdentifier.OakLeaves]: BlockType<BlockIdentifier.OakLeaves>;
|
|
15476
|
-
[ItemIdentifier.FloweringAzalea]: BlockType<BlockIdentifier.FloweringAzalea>;
|
|
15477
|
-
[ItemIdentifier.DeepslateBrickSlab]: BlockType<BlockIdentifier.DeepslateBrickSlab>;
|
|
15478
|
-
[ItemIdentifier.BlackStainedGlassPane]: BlockType<BlockIdentifier.BlackStainedGlassPane>;
|
|
15479
|
-
[ItemIdentifier.NetherBrickFence]: BlockType<BlockIdentifier.NetherBrickFence>;
|
|
15480
|
-
[ItemIdentifier.NetheriteHoe]: null;
|
|
15481
|
-
[ItemIdentifier.GoldenCarrot]: null;
|
|
15482
|
-
[ItemIdentifier.BlackstoneWall]: BlockType<BlockIdentifier.BlackstoneWall>;
|
|
15483
|
-
[ItemIdentifier.WeatheredCutCopper]: BlockType<BlockIdentifier.WeatheredCutCopper>;
|
|
15484
|
-
[ItemIdentifier.MusicDiscMellohi]: null;
|
|
15485
|
-
[ItemIdentifier.DiamondBoots]: null;
|
|
15486
|
-
[ItemIdentifier.MangroveBoat]: null;
|
|
15487
|
-
[ItemIdentifier.TubeCoralFan]: BlockType<BlockIdentifier.TubeCoralFan>;
|
|
15488
|
-
[ItemIdentifier.CutRedSandstone]: BlockType<BlockIdentifier.CutRedSandstone>;
|
|
15489
|
-
[ItemIdentifier.PolishedBlackstoneButton]: BlockType<BlockIdentifier.PolishedBlackstoneButton>;
|
|
15490
|
-
[ItemIdentifier.StrippedBirchWood]: BlockType<BlockIdentifier.StrippedBirchWood>;
|
|
15491
|
-
[ItemIdentifier.SmoothSandstone]: BlockType<BlockIdentifier.SmoothSandstone>;
|
|
15492
|
-
[ItemIdentifier.ArcherPotterySherd]: null;
|
|
15493
|
-
[ItemIdentifier.RedstoneBlock]: BlockType<BlockIdentifier.RedstoneBlock>;
|
|
15494
|
-
[ItemIdentifier.PolishedBlackstoneWall]: BlockType<BlockIdentifier.PolishedBlackstoneWall>;
|
|
15495
|
-
[ItemIdentifier.GoldenApple]: null;
|
|
15496
|
-
[ItemIdentifier.MangroveFence]: BlockType<BlockIdentifier.MangroveFence>;
|
|
15497
|
-
[ItemIdentifier.CookedMutton]: null;
|
|
15498
|
-
[ItemIdentifier.PurpleCandle]: BlockType<BlockIdentifier.PurpleCandle>;
|
|
15499
|
-
[ItemIdentifier.NormalStoneSlab]: BlockType<BlockIdentifier.NormalStoneSlab>;
|
|
15500
|
-
[ItemIdentifier.GoldenAxe]: null;
|
|
15501
|
-
[ItemIdentifier.Mace]: null;
|
|
15502
|
-
[ItemIdentifier.CherryLeaves]: BlockType<BlockIdentifier.CherryLeaves>;
|
|
15503
|
-
[ItemIdentifier.PointedDripstone]: BlockType<BlockIdentifier.PointedDripstone>;
|
|
15504
|
-
[ItemIdentifier.CobbledDeepslateWall]: BlockType<BlockIdentifier.CobbledDeepslateWall>;
|
|
15505
|
-
[ItemIdentifier.WoodenShovel]: null;
|
|
15506
|
-
[ItemIdentifier.DarkOakTrapdoor]: BlockType<BlockIdentifier.DarkOakTrapdoor>;
|
|
15507
|
-
[ItemIdentifier.DeepslateTileWall]: BlockType<BlockIdentifier.DeepslateTileWall>;
|
|
15508
|
-
[ItemIdentifier.Cod]: null;
|
|
15509
|
-
[ItemIdentifier.DarkOakFenceGate]: BlockType<BlockIdentifier.DarkOakFenceGate>;
|
|
15510
|
-
[ItemIdentifier.Lever]: BlockType<BlockIdentifier.Lever>;
|
|
15511
|
-
[ItemIdentifier.HeartOfTheSea]: null;
|
|
15512
|
-
[ItemIdentifier.PolishedDeepslateWall]: BlockType<BlockIdentifier.PolishedDeepslateWall>;
|
|
15513
|
-
[ItemIdentifier.Cake]: BlockType<BlockIdentifier.Cake>;
|
|
15514
|
-
[ItemIdentifier.BlueStainedGlass]: BlockType<BlockIdentifier.BlueStainedGlass>;
|
|
15515
|
-
[ItemIdentifier.MossyCobblestone]: BlockType<BlockIdentifier.MossyCobblestone>;
|
|
15516
|
-
[ItemIdentifier.HostArmorTrimSmithingTemplate]: null;
|
|
15517
|
-
[ItemIdentifier.BirchTrapdoor]: BlockType<BlockIdentifier.BirchTrapdoor>;
|
|
15518
|
-
[ItemIdentifier.Cauldron]: BlockType<BlockIdentifier.Cauldron>;
|
|
15519
|
-
[ItemIdentifier.StrippedSpruceWood]: BlockType<BlockIdentifier.StrippedSpruceWood>;
|
|
15520
|
-
[ItemIdentifier.DeepslateBrickWall]: BlockType<BlockIdentifier.DeepslateBrickWall>;
|
|
15521
|
-
[ItemIdentifier.GrayStainedGlass]: BlockType<BlockIdentifier.GrayStainedGlass>;
|
|
15522
|
-
[ItemIdentifier.BambooFenceGate]: BlockType<BlockIdentifier.BambooFenceGate>;
|
|
15523
|
-
[ItemIdentifier.PurpleConcrete]: BlockType<BlockIdentifier.PurpleConcrete>;
|
|
15524
|
-
[ItemIdentifier.WoodenHoe]: null;
|
|
15525
|
-
[ItemIdentifier.EndermiteSpawnEgg]: null;
|
|
15526
|
-
[ItemIdentifier.CherryFenceGate]: BlockType<BlockIdentifier.CherryFenceGate>;
|
|
15527
|
-
[ItemIdentifier.BeetrootSoup]: null;
|
|
15528
|
-
[ItemIdentifier.HardRedStainedGlassPane]: BlockType<BlockIdentifier.HardRedStainedGlassPane>;
|
|
15529
|
-
[ItemIdentifier.OxidizedCopperGrate]: BlockType<BlockIdentifier.OxidizedCopperGrate>;
|
|
15530
|
-
[ItemIdentifier.JungleLog]: BlockType<BlockIdentifier.JungleLog>;
|
|
15531
|
-
[ItemIdentifier.BlackGlazedTerracotta]: BlockType<BlockIdentifier.BlackGlazedTerracotta>;
|
|
15532
|
-
[ItemIdentifier.RabbitStew]: null;
|
|
15533
|
-
[ItemIdentifier.CherryChestBoat]: null;
|
|
15534
|
-
[ItemIdentifier.CrimsonSlab]: BlockType<BlockIdentifier.CrimsonSlab>;
|
|
15535
|
-
[ItemIdentifier.BreezeRod]: null;
|
|
15536
|
-
[ItemIdentifier.MudBrickWall]: BlockType<BlockIdentifier.MudBrickWall>;
|
|
15537
|
-
[ItemIdentifier.MusicDiscCreator]: null;
|
|
15538
|
-
[ItemIdentifier.PolishedGraniteStairs]: BlockType<BlockIdentifier.PolishedGraniteStairs>;
|
|
15539
|
-
[ItemIdentifier.RedMushroomBlock]: BlockType<BlockIdentifier.RedMushroomBlock>;
|
|
15540
|
-
[ItemIdentifier.Bowl]: null;
|
|
15541
|
-
[ItemIdentifier.WarpedDoor]: BlockType<BlockIdentifier.WarpedDoor>;
|
|
15542
|
-
[ItemIdentifier.OxidizedCutCopperStairs]: BlockType<BlockIdentifier.OxidizedCutCopperStairs>;
|
|
15543
|
-
[ItemIdentifier.FrogSpawnEgg]: null;
|
|
15544
|
-
[ItemIdentifier.IronHorseArmor]: null;
|
|
15545
|
-
[ItemIdentifier.Pumpkin]: BlockType<BlockIdentifier.Pumpkin>;
|
|
15546
|
-
[ItemIdentifier.BirchLog]: BlockType<BlockIdentifier.BirchLog>;
|
|
15547
|
-
[ItemIdentifier.SnoutArmorTrimSmithingTemplate]: null;
|
|
15548
|
-
[ItemIdentifier.CobbledDeepslate]: BlockType<BlockIdentifier.CobbledDeepslate>;
|
|
15549
|
-
[ItemIdentifier.LightBlueCarpet]: BlockType<BlockIdentifier.LightBlueCarpet>;
|
|
15550
|
-
[ItemIdentifier.WeatheredCopper]: BlockType<BlockIdentifier.WeatheredCopper>;
|
|
15551
|
-
[ItemIdentifier.BambooStairs]: BlockType<BlockIdentifier.BambooStairs>;
|
|
15552
|
-
[ItemIdentifier.CrackedStoneBricks]: BlockType<BlockIdentifier.CrackedStoneBricks>;
|
|
15553
|
-
[ItemIdentifier.WhiteDye]: null;
|
|
15554
|
-
[ItemIdentifier.CreeperBannerPattern]: null;
|
|
15555
|
-
[ItemIdentifier.PolishedDeepslate]: BlockType<BlockIdentifier.PolishedDeepslate>;
|
|
15556
|
-
[ItemIdentifier.DarkOakDoor]: BlockType<BlockIdentifier.DarkOakDoor>;
|
|
15557
|
-
[ItemIdentifier.SmoothSandstoneSlab]: BlockType<BlockIdentifier.SmoothSandstoneSlab>;
|
|
15558
|
-
[ItemIdentifier.GrayCarpet]: BlockType<BlockIdentifier.GrayCarpet>;
|
|
15559
|
-
[ItemIdentifier.Wheat]: BlockType<BlockIdentifier.Wheat>;
|
|
15560
|
-
[ItemIdentifier.Grindstone]: BlockType<BlockIdentifier.Grindstone>;
|
|
15561
|
-
[ItemIdentifier.OakFence]: BlockType<BlockIdentifier.OakFence>;
|
|
15562
|
-
[ItemIdentifier.LightBlueConcrete]: BlockType<BlockIdentifier.LightBlueConcrete>;
|
|
15563
|
-
[ItemIdentifier.MangroveFenceGate]: BlockType<BlockIdentifier.MangroveFenceGate>;
|
|
15564
|
-
[ItemIdentifier.JungleFenceGate]: BlockType<BlockIdentifier.JungleFenceGate>;
|
|
15565
|
-
[ItemIdentifier.DeepslateEmeraldOre]: BlockType<BlockIdentifier.DeepslateEmeraldOre>;
|
|
15566
|
-
[ItemIdentifier.StrippedCrimsonStem]: BlockType<BlockIdentifier.StrippedCrimsonStem>;
|
|
15567
|
-
[ItemIdentifier.SpruceFence]: BlockType<BlockIdentifier.SpruceFence>;
|
|
15568
|
-
[ItemIdentifier.LightBlueStainedGlassPane]: BlockType<BlockIdentifier.LightBlueStainedGlassPane>;
|
|
15569
|
-
[ItemIdentifier.MagmaCream]: null;
|
|
15570
|
-
[ItemIdentifier.ElderGuardianSpawnEgg]: null;
|
|
15571
|
-
[ItemIdentifier.Saddle]: null;
|
|
15572
|
-
[ItemIdentifier.RawGoldBlock]: BlockType<BlockIdentifier.RawGoldBlock>;
|
|
15573
|
-
[ItemIdentifier.CarrotOnAStick]: null;
|
|
15574
|
-
[ItemIdentifier.PolishedBlackstoneSlab]: BlockType<BlockIdentifier.PolishedBlackstoneSlab>;
|
|
15575
|
-
[ItemIdentifier.WhiteStainedGlass]: BlockType<BlockIdentifier.WhiteStainedGlass>;
|
|
15576
|
-
[ItemIdentifier.Slime]: BlockType<BlockIdentifier.Slime>;
|
|
15577
|
-
[ItemIdentifier.TuffWall]: BlockType<BlockIdentifier.TuffWall>;
|
|
15578
|
-
[ItemIdentifier.PolishedBlackstoneStairs]: BlockType<BlockIdentifier.PolishedBlackstoneStairs>;
|
|
15579
|
-
[ItemIdentifier.TurtleEgg]: BlockType<BlockIdentifier.TurtleEgg>;
|
|
15580
|
-
[ItemIdentifier.BirchFence]: BlockType<BlockIdentifier.BirchFence>;
|
|
15581
|
-
[ItemIdentifier.TntMinecart]: null;
|
|
15582
|
-
[ItemIdentifier.CopperOre]: BlockType<BlockIdentifier.CopperOre>;
|
|
15583
|
-
[ItemIdentifier.WarpedFungus]: BlockType<BlockIdentifier.WarpedFungus>;
|
|
15584
|
-
[ItemIdentifier.GreenStainedGlassPane]: BlockType<BlockIdentifier.GreenStainedGlassPane>;
|
|
15585
|
-
[ItemIdentifier.GoldenLeggings]: null;
|
|
15586
|
-
[ItemIdentifier.GrayStainedGlassPane]: BlockType<BlockIdentifier.GrayStainedGlassPane>;
|
|
15587
|
-
[ItemIdentifier.EndStoneBrickSlab]: BlockType<BlockIdentifier.EndStoneBrickSlab>;
|
|
15588
|
-
[ItemIdentifier.WritableBook]: null;
|
|
15589
|
-
[ItemIdentifier.AcaciaFence]: BlockType<BlockIdentifier.AcaciaFence>;
|
|
15590
|
-
[ItemIdentifier.ArmsUpPotterySherd]: null;
|
|
15591
|
-
[ItemIdentifier.DarkOakFence]: BlockType<BlockIdentifier.DarkOakFence>;
|
|
15592
|
-
[ItemIdentifier.WaxedWeatheredChiseledCopper]: BlockType<BlockIdentifier.WaxedWeatheredChiseledCopper>;
|
|
15593
|
-
[ItemIdentifier.IronOre]: BlockType<BlockIdentifier.IronOre>;
|
|
15594
|
-
[ItemIdentifier.RedNetherBrickSlab]: BlockType<BlockIdentifier.RedNetherBrickSlab>;
|
|
15595
|
-
[ItemIdentifier.BeetrootSeeds]: null;
|
|
15596
|
-
[ItemIdentifier.Noteblock]: BlockType<BlockIdentifier.Noteblock>;
|
|
15597
|
-
[ItemIdentifier.IceBomb]: null;
|
|
15598
|
-
[ItemIdentifier.JungleStairs]: BlockType<BlockIdentifier.JungleStairs>;
|
|
15599
|
-
[ItemIdentifier.BirchSapling]: BlockType<BlockIdentifier.BirchSapling>;
|
|
15600
|
-
[ItemIdentifier.HardBrownStainedGlassPane]: BlockType<BlockIdentifier.HardBrownStainedGlassPane>;
|
|
15601
|
-
[ItemIdentifier.Torchflower]: BlockType<BlockIdentifier.Torchflower>;
|
|
15602
|
-
[ItemIdentifier.LightBlock13]: BlockType<BlockIdentifier.LightBlock13>;
|
|
15603
|
-
[ItemIdentifier.AcaciaHangingSign]: BlockType<BlockIdentifier.AcaciaHangingSign>;
|
|
15604
|
-
[ItemIdentifier.PiglinBannerPattern]: null;
|
|
15605
|
-
[ItemIdentifier.IronGolemSpawnEgg]: null;
|
|
15606
|
-
[ItemIdentifier.DarkPrismarineSlab]: BlockType<BlockIdentifier.DarkPrismarineSlab>;
|
|
15607
|
-
[ItemIdentifier.PrismarineBricksStairs]: BlockType<BlockIdentifier.PrismarineBricksStairs>;
|
|
15608
|
-
[ItemIdentifier.BambooFence]: BlockType<BlockIdentifier.BambooFence>;
|
|
15609
|
-
[ItemIdentifier.BambooMosaicSlab]: BlockType<BlockIdentifier.BambooMosaicSlab>;
|
|
15610
|
-
[ItemIdentifier.CrimsonFence]: BlockType<BlockIdentifier.CrimsonFence>;
|
|
15611
|
-
[ItemIdentifier.RedNetherBrickStairs]: BlockType<BlockIdentifier.RedNetherBrickStairs>;
|
|
15612
|
-
[ItemIdentifier.CrimsonDoor]: BlockType<BlockIdentifier.CrimsonDoor>;
|
|
15613
|
-
[ItemIdentifier.Deny]: BlockType<BlockIdentifier.Deny>;
|
|
15614
|
-
[ItemIdentifier.SmoothRedSandstoneStairs]: BlockType<BlockIdentifier.SmoothRedSandstoneStairs>;
|
|
15615
|
-
[ItemIdentifier.Composter]: BlockType<BlockIdentifier.Composter>;
|
|
15616
|
-
[ItemIdentifier.ExposedCutCopperSlab]: BlockType<BlockIdentifier.ExposedCutCopperSlab>;
|
|
15617
|
-
[ItemIdentifier.WarpedStairs]: BlockType<BlockIdentifier.WarpedStairs>;
|
|
15618
|
-
[ItemIdentifier.EchoShard]: null;
|
|
15619
|
-
[ItemIdentifier.SpruceFenceGate]: BlockType<BlockIdentifier.SpruceFenceGate>;
|
|
15620
|
-
[ItemIdentifier.WarpedFence]: BlockType<BlockIdentifier.WarpedFence>;
|
|
15621
|
-
[ItemIdentifier.StrippedJungleLog]: BlockType<BlockIdentifier.StrippedJungleLog>;
|
|
15622
|
-
[ItemIdentifier.SentryArmorTrimSmithingTemplate]: null;
|
|
15623
|
-
[ItemIdentifier.CherrySign]: null;
|
|
15624
|
-
[ItemIdentifier.EnchantedGoldenApple]: null;
|
|
15625
|
-
[ItemIdentifier.MossyCobblestoneStairs]: BlockType<BlockIdentifier.MossyCobblestoneStairs>;
|
|
15626
|
-
[ItemIdentifier.AcaciaDoor]: BlockType<BlockIdentifier.AcaciaDoor>;
|
|
15627
|
-
[ItemIdentifier.NetherWartBlock]: BlockType<BlockIdentifier.NetherWartBlock>;
|
|
15628
|
-
[ItemIdentifier.LightBlueGlazedTerracotta]: BlockType<BlockIdentifier.LightBlueGlazedTerracotta>;
|
|
15629
|
-
[ItemIdentifier.BlueOrchid]: BlockType<BlockIdentifier.BlueOrchid>;
|
|
15630
|
-
[ItemIdentifier.LilyOfTheValley]: BlockType<BlockIdentifier.LilyOfTheValley>;
|
|
15631
|
-
[ItemIdentifier.SmoothRedSandstone]: BlockType<BlockIdentifier.SmoothRedSandstone>;
|
|
15632
|
-
[ItemIdentifier.DeepslateCopperOre]: BlockType<BlockIdentifier.DeepslateCopperOre>;
|
|
15633
|
-
[ItemIdentifier.StoneBrickStairs]: BlockType<BlockIdentifier.StoneBrickStairs>;
|
|
15634
|
-
[ItemIdentifier.TuffStairs]: BlockType<BlockIdentifier.TuffStairs>;
|
|
15635
|
-
[ItemIdentifier.SugarCane]: null;
|
|
15636
|
-
[ItemIdentifier.CrimsonFenceGate]: BlockType<BlockIdentifier.CrimsonFenceGate>;
|
|
15637
|
-
[ItemIdentifier.DiamondChestplate]: null;
|
|
15638
|
-
[ItemIdentifier.NetherGoldOre]: BlockType<BlockIdentifier.NetherGoldOre>;
|
|
15639
|
-
[ItemIdentifier.MangroveStairs]: BlockType<BlockIdentifier.MangroveStairs>;
|
|
15640
|
-
[ItemIdentifier.WarpedFenceGate]: BlockType<BlockIdentifier.WarpedFenceGate>;
|
|
15641
|
-
[ItemIdentifier.Basalt]: BlockType<BlockIdentifier.Basalt>;
|
|
15642
|
-
[ItemIdentifier.OakStairs]: BlockType<BlockIdentifier.OakStairs>;
|
|
15643
|
-
[ItemIdentifier.JungleDoor]: BlockType<BlockIdentifier.JungleDoor>;
|
|
15644
|
-
[ItemIdentifier.Diorite]: BlockType<BlockIdentifier.Diorite>;
|
|
15645
|
-
[ItemIdentifier.CoarseDirt]: BlockType<BlockIdentifier.CoarseDirt>;
|
|
15646
|
-
[ItemIdentifier.SpruceStairs]: BlockType<BlockIdentifier.SpruceStairs>;
|
|
15647
|
-
[ItemIdentifier.Allow]: BlockType<BlockIdentifier.Allow>;
|
|
15648
|
-
[ItemIdentifier.GrayConcretePowder]: BlockType<BlockIdentifier.GrayConcretePowder>;
|
|
15649
|
-
[ItemIdentifier.BirchStairs]: BlockType<BlockIdentifier.BirchStairs>;
|
|
15650
|
-
[ItemIdentifier.DarkOakHangingSign]: BlockType<BlockIdentifier.DarkOakHangingSign>;
|
|
15651
|
-
[ItemIdentifier.GreenConcrete]: BlockType<BlockIdentifier.GreenConcrete>;
|
|
15652
|
-
[ItemIdentifier.StrippedCrimsonHyphae]: BlockType<BlockIdentifier.StrippedCrimsonHyphae>;
|
|
15653
|
-
[ItemIdentifier.PolishedAndesiteStairs]: BlockType<BlockIdentifier.PolishedAndesiteStairs>;
|
|
15654
|
-
[ItemIdentifier.AcaciaStairs]: BlockType<BlockIdentifier.AcaciaStairs>;
|
|
15655
|
-
[ItemIdentifier.IronAxe]: null;
|
|
15656
|
-
[ItemIdentifier.BirchLeaves]: BlockType<BlockIdentifier.BirchLeaves>;
|
|
15657
|
-
[ItemIdentifier.SilverGlazedTerracotta]: BlockType<BlockIdentifier.SilverGlazedTerracotta>;
|
|
15658
|
-
[ItemIdentifier.VerdantFroglight]: BlockType<BlockIdentifier.VerdantFroglight>;
|
|
15659
|
-
[ItemIdentifier.WaxedWeatheredCopperGrate]: BlockType<BlockIdentifier.WaxedWeatheredCopperGrate>;
|
|
15660
|
-
[ItemIdentifier.WaxedWeatheredCopperBulb]: BlockType<BlockIdentifier.WaxedWeatheredCopperBulb>;
|
|
15661
|
-
[ItemIdentifier.MossyCobblestoneSlab]: BlockType<BlockIdentifier.MossyCobblestoneSlab>;
|
|
15662
|
-
[ItemIdentifier.MagentaGlazedTerracotta]: BlockType<BlockIdentifier.MagentaGlazedTerracotta>;
|
|
15663
|
-
[ItemIdentifier.DarkOakStairs]: BlockType<BlockIdentifier.DarkOakStairs>;
|
|
15664
|
-
[ItemIdentifier.PinkDye]: null;
|
|
15665
|
-
[ItemIdentifier.BrownDye]: null;
|
|
15666
|
-
[ItemIdentifier.BlackDye]: null;
|
|
15667
|
-
[ItemIdentifier.CrimsonNylium]: BlockType<BlockIdentifier.CrimsonNylium>;
|
|
15668
|
-
[ItemIdentifier.SquidSpawnEgg]: null;
|
|
15669
|
-
[ItemIdentifier.WaxedExposedCopperTrapdoor]: BlockType<BlockIdentifier.WaxedExposedCopperTrapdoor>;
|
|
15670
|
-
[ItemIdentifier.BambooChestRaft]: null;
|
|
15671
|
-
[ItemIdentifier.MossyStoneBrickStairs]: BlockType<BlockIdentifier.MossyStoneBrickStairs>;
|
|
15672
|
-
[ItemIdentifier.CookedSalmon]: null;
|
|
15673
|
-
[ItemIdentifier.CowSpawnEgg]: null;
|
|
15674
|
-
[ItemIdentifier.AmethystBlock]: BlockType<BlockIdentifier.AmethystBlock>;
|
|
15675
|
-
[ItemIdentifier.Target]: BlockType<BlockIdentifier.Target>;
|
|
15676
|
-
[ItemIdentifier.ScrapePotterySherd]: null;
|
|
15677
|
-
[ItemIdentifier.Emerald]: null;
|
|
15678
|
-
[ItemIdentifier.CobbledDeepslateSlab]: BlockType<BlockIdentifier.CobbledDeepslateSlab>;
|
|
15679
|
-
[ItemIdentifier.MushroomStew]: null;
|
|
15680
|
-
[ItemIdentifier.GrassBlock]: BlockType<BlockIdentifier.GrassBlock>;
|
|
15681
|
-
[ItemIdentifier.LimeGlazedTerracotta]: BlockType<BlockIdentifier.LimeGlazedTerracotta>;
|
|
15682
|
-
[ItemIdentifier.DiamondSword]: null;
|
|
15683
|
-
[ItemIdentifier.PandaSpawnEgg]: null;
|
|
15684
|
-
[ItemIdentifier.AcaciaSign]: null;
|
|
15685
|
-
[ItemIdentifier.SandstoneStairs]: BlockType<BlockIdentifier.SandstoneStairs>;
|
|
15686
|
-
[ItemIdentifier.DioriteStairs]: BlockType<BlockIdentifier.DioriteStairs>;
|
|
15687
|
-
[ItemIdentifier.Arrow]: null;
|
|
15688
|
-
[ItemIdentifier.PolishedDioriteStairs]: BlockType<BlockIdentifier.PolishedDioriteStairs>;
|
|
15689
|
-
[ItemIdentifier.Sponge]: BlockType<BlockIdentifier.Sponge>;
|
|
15690
|
-
[ItemIdentifier.AndesiteStairs]: BlockType<BlockIdentifier.AndesiteStairs>;
|
|
15691
|
-
[ItemIdentifier.BlackStainedGlass]: BlockType<BlockIdentifier.BlackStainedGlass>;
|
|
15692
|
-
[ItemIdentifier.LightGrayDye]: null;
|
|
15693
|
-
[ItemIdentifier.LightBlueShulkerBox]: BlockType<BlockIdentifier.LightBlueShulkerBox>;
|
|
15694
|
-
[ItemIdentifier.Diamond]: null;
|
|
15695
|
-
[ItemIdentifier.SeaLantern]: BlockType<BlockIdentifier.SeaLantern>;
|
|
15696
|
-
[ItemIdentifier.MossyStoneBrickSlab]: BlockType<BlockIdentifier.MossyStoneBrickSlab>;
|
|
15697
|
-
[ItemIdentifier.DeadHornCoralFan]: BlockType<BlockIdentifier.DeadHornCoralFan>;
|
|
15698
|
-
[ItemIdentifier.DeadHornCoralBlock]: BlockType<BlockIdentifier.DeadHornCoralBlock>;
|
|
15699
|
-
[ItemIdentifier.Lectern]: BlockType<BlockIdentifier.Lectern>;
|
|
15700
|
-
[ItemIdentifier.PrismarineBricks]: BlockType<BlockIdentifier.PrismarineBricks>;
|
|
15701
|
-
[ItemIdentifier.GreenStainedGlass]: BlockType<BlockIdentifier.GreenStainedGlass>;
|
|
15702
|
-
[ItemIdentifier.CocoaBeans]: null;
|
|
15703
|
-
[ItemIdentifier.MusicDiscWait]: null;
|
|
15704
|
-
[ItemIdentifier.HeartbreakPotterySherd]: null;
|
|
15705
|
-
[ItemIdentifier.JungleHangingSign]: BlockType<BlockIdentifier.JungleHangingSign>;
|
|
15706
|
-
[ItemIdentifier.BlueConcretePowder]: BlockType<BlockIdentifier.BlueConcretePowder>;
|
|
15707
|
-
[ItemIdentifier.NetheriteIngot]: null;
|
|
15708
|
-
[ItemIdentifier.GildedBlackstone]: BlockType<BlockIdentifier.GildedBlackstone>;
|
|
15709
|
-
[ItemIdentifier.PoppedChorusFruit]: null;
|
|
15710
|
-
[ItemIdentifier.BrickStairs]: BlockType<BlockIdentifier.BrickStairs>;
|
|
15711
|
-
[ItemIdentifier.WaxedCutCopperStairs]: BlockType<BlockIdentifier.WaxedCutCopperStairs>;
|
|
15712
|
-
[ItemIdentifier.Cornflower]: BlockType<BlockIdentifier.Cornflower>;
|
|
15713
|
-
[ItemIdentifier.SalmonBucket]: null;
|
|
15714
|
-
[ItemIdentifier.CyanStainedGlass]: BlockType<BlockIdentifier.CyanStainedGlass>;
|
|
15715
|
-
[ItemIdentifier.CyanCarpet]: BlockType<BlockIdentifier.CyanCarpet>;
|
|
15716
|
-
[ItemIdentifier.Netherbrick]: null;
|
|
15717
|
-
[ItemIdentifier.CobblestoneSlab]: BlockType<BlockIdentifier.CobblestoneSlab>;
|
|
15718
|
-
[ItemIdentifier.HardPurpleStainedGlassPane]: BlockType<BlockIdentifier.HardPurpleStainedGlassPane>;
|
|
15719
|
-
[ItemIdentifier.GreenTerracotta]: BlockType<BlockIdentifier.GreenTerracotta>;
|
|
15720
|
-
[ItemIdentifier.WaxedCopperTrapdoor]: BlockType<BlockIdentifier.WaxedCopperTrapdoor>;
|
|
15721
|
-
[ItemIdentifier.NetherBrickStairs]: BlockType<BlockIdentifier.NetherBrickStairs>;
|
|
15722
|
-
[ItemIdentifier.GreenGlazedTerracotta]: BlockType<BlockIdentifier.GreenGlazedTerracotta>;
|
|
15723
|
-
[ItemIdentifier.HangingRoots]: BlockType<BlockIdentifier.HangingRoots>;
|
|
15724
|
-
[ItemIdentifier.BlueTerracotta]: BlockType<BlockIdentifier.BlueTerracotta>;
|
|
15725
|
-
[ItemIdentifier.ExposedCopperTrapdoor]: BlockType<BlockIdentifier.ExposedCopperTrapdoor>;
|
|
15726
|
-
[ItemIdentifier.BirchDoor]: BlockType<BlockIdentifier.BirchDoor>;
|
|
15727
|
-
[ItemIdentifier.BirchPressurePlate]: BlockType<BlockIdentifier.BirchPressurePlate>;
|
|
15728
|
-
[ItemIdentifier.ZombieVillagerSpawnEgg]: null;
|
|
15729
|
-
[ItemIdentifier.SpireArmorTrimSmithingTemplate]: null;
|
|
15730
|
-
[ItemIdentifier.ExposedCutCopper]: BlockType<BlockIdentifier.ExposedCutCopper>;
|
|
15731
|
-
[ItemIdentifier.MusicDiscRelic]: null;
|
|
15732
|
-
[ItemIdentifier.WaxedExposedCutCopperStairs]: BlockType<BlockIdentifier.WaxedExposedCutCopperStairs>;
|
|
15733
|
-
[ItemIdentifier.SpruceSign]: null;
|
|
15734
|
-
[ItemIdentifier.QuartzStairs]: BlockType<BlockIdentifier.QuartzStairs>;
|
|
15735
|
-
[ItemIdentifier.PurpurStairs]: BlockType<BlockIdentifier.PurpurStairs>;
|
|
15736
|
-
[ItemIdentifier.CopperIngot]: null;
|
|
15737
|
-
[ItemIdentifier.BrownConcretePowder]: BlockType<BlockIdentifier.BrownConcretePowder>;
|
|
15738
|
-
[ItemIdentifier.FlowArmorTrimSmithingTemplate]: null;
|
|
15739
|
-
[ItemIdentifier.CrackedDeepslateBricks]: BlockType<BlockIdentifier.CrackedDeepslateBricks>;
|
|
15740
|
-
[ItemIdentifier.PinkConcretePowder]: BlockType<BlockIdentifier.PinkConcretePowder>;
|
|
15741
|
-
[ItemIdentifier.LightGrayWool]: BlockType<BlockIdentifier.LightGrayWool>;
|
|
15742
|
-
[ItemIdentifier.RedWool]: BlockType<BlockIdentifier.RedWool>;
|
|
15743
|
-
[ItemIdentifier.MelonBlock]: BlockType<BlockIdentifier.MelonBlock>;
|
|
15744
|
-
[ItemIdentifier.BambooPressurePlate]: BlockType<BlockIdentifier.BambooPressurePlate>;
|
|
15745
|
-
[ItemIdentifier.Dropper]: BlockType<BlockIdentifier.Dropper>;
|
|
15746
|
-
[ItemIdentifier.WardArmorTrimSmithingTemplate]: null;
|
|
15747
|
-
[ItemIdentifier.ExposedCopperGrate]: BlockType<BlockIdentifier.ExposedCopperGrate>;
|
|
15748
|
-
[ItemIdentifier.Cobblestone]: BlockType<BlockIdentifier.Cobblestone>;
|
|
15749
|
-
[ItemIdentifier.DarkOakSign]: null;
|
|
15750
|
-
[ItemIdentifier.MossCarpet]: BlockType<BlockIdentifier.MossCarpet>;
|
|
15751
|
-
[ItemIdentifier.CrimsonStairs]: BlockType<BlockIdentifier.CrimsonStairs>;
|
|
15752
|
-
[ItemIdentifier.Calcite]: BlockType<BlockIdentifier.Calcite>;
|
|
15753
|
-
[ItemIdentifier.StriderSpawnEgg]: null;
|
|
15754
|
-
[ItemIdentifier.GrayTerracotta]: BlockType<BlockIdentifier.GrayTerracotta>;
|
|
15755
|
-
[ItemIdentifier.LapisLazuli]: null;
|
|
15756
|
-
[ItemIdentifier.BlackstoneStairs]: BlockType<BlockIdentifier.BlackstoneStairs>;
|
|
15757
|
-
[ItemIdentifier.Book]: null;
|
|
15758
|
-
[ItemIdentifier.DeadBubbleCoralFan]: BlockType<BlockIdentifier.DeadBubbleCoralFan>;
|
|
15759
|
-
[ItemIdentifier.PolishedBlackstoneBrickStairs]: BlockType<BlockIdentifier.PolishedBlackstoneBrickStairs>;
|
|
15760
|
-
[ItemIdentifier.AcaciaWood]: BlockType<BlockIdentifier.AcaciaWood>;
|
|
15761
|
-
[ItemIdentifier.OchreFroglight]: BlockType<BlockIdentifier.OchreFroglight>;
|
|
15762
|
-
[ItemIdentifier.Brush]: null;
|
|
15763
|
-
[ItemIdentifier.ExposedCutCopperStairs]: BlockType<BlockIdentifier.ExposedCutCopperStairs>;
|
|
15764
|
-
[ItemIdentifier.EnderPearl]: null;
|
|
15765
|
-
[ItemIdentifier.ChiseledNetherBricks]: BlockType<BlockIdentifier.ChiseledNetherBricks>;
|
|
15766
|
-
[ItemIdentifier.HardLimeStainedGlass]: BlockType<BlockIdentifier.HardLimeStainedGlass>;
|
|
15767
|
-
[ItemIdentifier.PolishedDeepslateStairs]: BlockType<BlockIdentifier.PolishedDeepslateStairs>;
|
|
15768
|
-
[ItemIdentifier.BirchHangingSign]: BlockType<BlockIdentifier.BirchHangingSign>;
|
|
15769
|
-
[ItemIdentifier.PurpleDye]: null;
|
|
15770
|
-
[ItemIdentifier.PolishedTuffWall]: BlockType<BlockIdentifier.PolishedTuffWall>;
|
|
15771
|
-
[ItemIdentifier.WeatheredCutCopperStairs]: BlockType<BlockIdentifier.WeatheredCutCopperStairs>;
|
|
15772
|
-
[ItemIdentifier.MusicDisc5]: null;
|
|
15773
|
-
[ItemIdentifier.BambooTrapdoor]: BlockType<BlockIdentifier.BambooTrapdoor>;
|
|
15774
|
-
[ItemIdentifier.CopperDoor]: BlockType<BlockIdentifier.CopperDoor>;
|
|
15775
|
-
[ItemIdentifier.NetheritePickaxe]: null;
|
|
15776
|
-
[ItemIdentifier.ExposedCopperBulb]: BlockType<BlockIdentifier.ExposedCopperBulb>;
|
|
15777
|
-
[ItemIdentifier.DiamondBlock]: BlockType<BlockIdentifier.DiamondBlock>;
|
|
15778
|
-
[ItemIdentifier.PitcherPod]: null;
|
|
15779
|
-
[ItemIdentifier.IronHoe]: null;
|
|
15780
|
-
[ItemIdentifier.WaxedCopperBulb]: BlockType<BlockIdentifier.WaxedCopperBulb>;
|
|
15781
|
-
[ItemIdentifier.SculkVein]: BlockType<BlockIdentifier.SculkVein>;
|
|
15782
|
-
[ItemIdentifier.BrownStainedGlassPane]: BlockType<BlockIdentifier.BrownStainedGlassPane>;
|
|
15783
|
-
[ItemIdentifier.Andesite]: BlockType<BlockIdentifier.Andesite>;
|
|
15784
|
-
[ItemIdentifier.PinkStainedGlassPane]: BlockType<BlockIdentifier.PinkStainedGlassPane>;
|
|
15785
|
-
[ItemIdentifier.CodSpawnEgg]: null;
|
|
15786
|
-
[ItemIdentifier.NetheriteBlock]: BlockType<BlockIdentifier.NetheriteBlock>;
|
|
15787
|
-
[ItemIdentifier.Coal]: null;
|
|
15788
|
-
[ItemIdentifier.WaxedWeatheredCutCopperStairs]: BlockType<BlockIdentifier.WaxedWeatheredCutCopperStairs>;
|
|
15789
|
-
[ItemIdentifier.LightBlock5]: BlockType<BlockIdentifier.LightBlock5>;
|
|
15790
|
-
[ItemIdentifier.WaxedOxidizedCutCopperStairs]: BlockType<BlockIdentifier.WaxedOxidizedCutCopperStairs>;
|
|
15791
|
-
[ItemIdentifier.InkSac]: null;
|
|
15792
|
-
[ItemIdentifier.NetheriteScrap]: null;
|
|
15793
|
-
[ItemIdentifier.TuffBrickStairs]: BlockType<BlockIdentifier.TuffBrickStairs>;
|
|
15794
|
-
[ItemIdentifier.LightGrayTerracotta]: BlockType<BlockIdentifier.LightGrayTerracotta>;
|
|
15795
|
-
[ItemIdentifier.BurnPotterySherd]: null;
|
|
15796
|
-
[ItemIdentifier.RavagerSpawnEgg]: null;
|
|
15797
|
-
[ItemIdentifier.Bone]: null;
|
|
15798
|
-
[ItemIdentifier.CobbledDeepslateStairs]: BlockType<BlockIdentifier.CobbledDeepslateStairs>;
|
|
15799
|
-
[ItemIdentifier.ShulkerSpawnEgg]: null;
|
|
15800
|
-
[ItemIdentifier.DeepslateTileStairs]: BlockType<BlockIdentifier.DeepslateTileStairs>;
|
|
15801
|
-
[ItemIdentifier.YellowTerracotta]: BlockType<BlockIdentifier.YellowTerracotta>;
|
|
15802
|
-
[ItemIdentifier.BrownGlazedTerracotta]: BlockType<BlockIdentifier.BrownGlazedTerracotta>;
|
|
15803
|
-
[ItemIdentifier.SlimeSpawnEgg]: null;
|
|
15804
|
-
[ItemIdentifier.PillagerSpawnEgg]: null;
|
|
15805
|
-
[ItemIdentifier.Observer]: BlockType<BlockIdentifier.Observer>;
|
|
15806
|
-
[ItemIdentifier.PinkGlazedTerracotta]: BlockType<BlockIdentifier.PinkGlazedTerracotta>;
|
|
15807
|
-
[ItemIdentifier.Compass]: null;
|
|
15808
|
-
[ItemIdentifier.HardLightGrayStainedGlass]: BlockType<BlockIdentifier.HardLightGrayStainedGlass>;
|
|
15809
|
-
[ItemIdentifier.DeepslateBrickStairs]: BlockType<BlockIdentifier.DeepslateBrickStairs>;
|
|
15810
|
-
[ItemIdentifier.WaxedOxidizedCopperBulb]: BlockType<BlockIdentifier.WaxedOxidizedCopperBulb>;
|
|
15811
|
-
[ItemIdentifier.EnchantedBook]: null;
|
|
15812
|
-
[ItemIdentifier.CutSandstone]: BlockType<BlockIdentifier.CutSandstone>;
|
|
15813
|
-
[ItemIdentifier.RedTulip]: BlockType<BlockIdentifier.RedTulip>;
|
|
15814
|
-
[ItemIdentifier.MudBrickStairs]: BlockType<BlockIdentifier.MudBrickStairs>;
|
|
15815
|
-
[ItemIdentifier.HardMagentaStainedGlass]: BlockType<BlockIdentifier.HardMagentaStainedGlass>;
|
|
15816
|
-
[ItemIdentifier.FlintAndSteel]: null;
|
|
15817
|
-
[ItemIdentifier.OminousBottle]: null;
|
|
15818
|
-
[ItemIdentifier.CopperBulb]: BlockType<BlockIdentifier.CopperBulb>;
|
|
15819
|
-
[ItemIdentifier.CreeperSpawnEgg]: null;
|
|
15820
|
-
[ItemIdentifier.SalmonSpawnEgg]: null;
|
|
15821
|
-
[ItemIdentifier.SpruceDoor]: BlockType<BlockIdentifier.SpruceDoor>;
|
|
15822
|
-
[ItemIdentifier.ChiseledSandstone]: BlockType<BlockIdentifier.ChiseledSandstone>;
|
|
15823
|
-
[ItemIdentifier.FrostedIce]: BlockType<BlockIdentifier.FrostedIce>;
|
|
15824
|
-
[ItemIdentifier.CutCopperSlab]: BlockType<BlockIdentifier.CutCopperSlab>;
|
|
15825
|
-
[ItemIdentifier.QuartzOre]: BlockType<BlockIdentifier.QuartzOre>;
|
|
15826
|
-
[ItemIdentifier.CalibratedSculkSensor]: BlockType<BlockIdentifier.CalibratedSculkSensor>;
|
|
15827
|
-
[ItemIdentifier.Snow]: BlockType<BlockIdentifier.Snow>;
|
|
15828
|
-
[ItemIdentifier.MangroveDoor]: BlockType<BlockIdentifier.MangroveDoor>;
|
|
15829
|
-
[ItemIdentifier.BrownWool]: BlockType<BlockIdentifier.BrownWool>;
|
|
15830
|
-
[ItemIdentifier.PinkWool]: BlockType<BlockIdentifier.PinkWool>;
|
|
15831
|
-
[ItemIdentifier.GoldBlock]: BlockType<BlockIdentifier.GoldBlock>;
|
|
15832
|
-
[ItemIdentifier.StrippedOakLog]: BlockType<BlockIdentifier.StrippedOakLog>;
|
|
15833
|
-
[ItemIdentifier.BlueIce]: BlockType<BlockIdentifier.BlueIce>;
|
|
15834
|
-
[ItemIdentifier.CherryDoor]: BlockType<BlockIdentifier.CherryDoor>;
|
|
15835
|
-
[ItemIdentifier.JungleTrapdoor]: BlockType<BlockIdentifier.JungleTrapdoor>;
|
|
15836
|
-
[ItemIdentifier.SkullBannerPattern]: null;
|
|
15837
|
-
[ItemIdentifier.BlackConcretePowder]: BlockType<BlockIdentifier.BlackConcretePowder>;
|
|
15838
|
-
[ItemIdentifier.BambooDoor]: BlockType<BlockIdentifier.BambooDoor>;
|
|
15839
|
-
[ItemIdentifier.Vine]: BlockType<BlockIdentifier.Vine>;
|
|
15840
|
-
[ItemIdentifier.WaxedOxidizedChiseledCopper]: BlockType<BlockIdentifier.WaxedOxidizedChiseledCopper>;
|
|
15841
|
-
[ItemIdentifier.PolarBearSpawnEgg]: null;
|
|
15842
|
-
[ItemIdentifier.Farmland]: BlockType<BlockIdentifier.Farmland>;
|
|
15843
|
-
[ItemIdentifier.AcaciaSapling]: BlockType<BlockIdentifier.AcaciaSapling>;
|
|
15844
|
-
[ItemIdentifier.HardBlueStainedGlassPane]: BlockType<BlockIdentifier.HardBlueStainedGlassPane>;
|
|
15845
|
-
[ItemIdentifier.YellowShulkerBox]: BlockType<BlockIdentifier.YellowShulkerBox>;
|
|
15846
|
-
[ItemIdentifier.ChiseledCopper]: BlockType<BlockIdentifier.ChiseledCopper>;
|
|
15847
|
-
[ItemIdentifier.WaxedWeatheredCopper]: BlockType<BlockIdentifier.WaxedWeatheredCopper>;
|
|
15848
|
-
[ItemIdentifier.OxidizedCopperDoor]: BlockType<BlockIdentifier.OxidizedCopperDoor>;
|
|
15849
|
-
[ItemIdentifier.ChiseledQuartzBlock]: BlockType<BlockIdentifier.ChiseledQuartzBlock>;
|
|
15850
|
-
[ItemIdentifier.DeepslateBricks]: BlockType<BlockIdentifier.DeepslateBricks>;
|
|
15851
|
-
[ItemIdentifier.BambooBlock]: BlockType<BlockIdentifier.BambooBlock>;
|
|
15852
|
-
[ItemIdentifier.NetheriteUpgradeSmithingTemplate]: null;
|
|
15853
|
-
[ItemIdentifier.NetheriteHelmet]: null;
|
|
15854
|
-
[ItemIdentifier.GusterPotterySherd]: null;
|
|
15855
|
-
[ItemIdentifier.Lantern]: BlockType<BlockIdentifier.Lantern>;
|
|
15856
|
-
[ItemIdentifier.NetheriteSword]: null;
|
|
15857
|
-
[ItemIdentifier.ChainCommandBlock]: BlockType<BlockIdentifier.ChainCommandBlock>;
|
|
15858
|
-
[ItemIdentifier.AcaciaTrapdoor]: BlockType<BlockIdentifier.AcaciaTrapdoor>;
|
|
15859
|
-
[ItemIdentifier.BakedPotato]: null;
|
|
15860
|
-
[ItemIdentifier.MangroveTrapdoor]: BlockType<BlockIdentifier.MangroveTrapdoor>;
|
|
15861
|
-
[ItemIdentifier.CherryTrapdoor]: BlockType<BlockIdentifier.CherryTrapdoor>;
|
|
15862
|
-
[ItemIdentifier.GlowstoneDust]: null;
|
|
15863
|
-
[ItemIdentifier.Blackstone]: BlockType<BlockIdentifier.Blackstone>;
|
|
15864
|
-
[ItemIdentifier.WarpedWartBlock]: BlockType<BlockIdentifier.WarpedWartBlock>;
|
|
15865
|
-
[ItemIdentifier.LlamaSpawnEgg]: null;
|
|
15866
|
-
[ItemIdentifier.WarpedTrapdoor]: BlockType<BlockIdentifier.WarpedTrapdoor>;
|
|
15867
|
-
[ItemIdentifier.EndRod]: BlockType<BlockIdentifier.EndRod>;
|
|
15868
|
-
[ItemIdentifier.FletchingTable]: BlockType<BlockIdentifier.FletchingTable>;
|
|
15869
|
-
[ItemIdentifier.CoastArmorTrimSmithingTemplate]: null;
|
|
15870
|
-
[ItemIdentifier.ChemicalHeat]: BlockType<BlockIdentifier.ChemicalHeat>;
|
|
15871
|
-
[ItemIdentifier.StrippedDarkOakLog]: BlockType<BlockIdentifier.StrippedDarkOakLog>;
|
|
15872
|
-
[ItemIdentifier.RedConcrete]: BlockType<BlockIdentifier.RedConcrete>;
|
|
15873
|
-
[ItemIdentifier.CrimsonHyphae]: BlockType<BlockIdentifier.CrimsonHyphae>;
|
|
15874
|
-
[ItemIdentifier.BlackTerracotta]: BlockType<BlockIdentifier.BlackTerracotta>;
|
|
15875
|
-
[ItemIdentifier.DriedKelpBlock]: BlockType<BlockIdentifier.DriedKelpBlock>;
|
|
15876
|
-
[ItemIdentifier.ChippedAnvil]: BlockType<BlockIdentifier.ChippedAnvil>;
|
|
15877
|
-
[ItemIdentifier.ExplorerPotterySherd]: null;
|
|
15878
|
-
[ItemIdentifier.Porkchop]: null;
|
|
15879
|
-
[ItemIdentifier.FlowerPot]: BlockType<BlockIdentifier.FlowerPot>;
|
|
15880
|
-
[ItemIdentifier.UnderwaterTorch]: BlockType<BlockIdentifier.UnderwaterTorch>;
|
|
15881
|
-
[ItemIdentifier.RespawnAnchor]: BlockType<BlockIdentifier.RespawnAnchor>;
|
|
15882
|
-
[ItemIdentifier.NetheriteBoots]: null;
|
|
15883
|
-
[ItemIdentifier.MangroveLeaves]: BlockType<BlockIdentifier.MangroveLeaves>;
|
|
15884
|
-
[ItemIdentifier.RawCopperBlock]: BlockType<BlockIdentifier.RawCopperBlock>;
|
|
15885
|
-
[ItemIdentifier.Beetroot]: BlockType<BlockIdentifier.Beetroot>;
|
|
15886
|
-
[ItemIdentifier.WardenSpawnEgg]: null;
|
|
15887
|
-
[ItemIdentifier.HardCyanStainedGlass]: BlockType<BlockIdentifier.HardCyanStainedGlass>;
|
|
15888
|
-
[ItemIdentifier.WaxedWeatheredCopperTrapdoor]: BlockType<BlockIdentifier.WaxedWeatheredCopperTrapdoor>;
|
|
15889
|
-
[ItemIdentifier.PolishedDiorite]: BlockType<BlockIdentifier.PolishedDiorite>;
|
|
15890
|
-
[ItemIdentifier.CyanGlazedTerracotta]: BlockType<BlockIdentifier.CyanGlazedTerracotta>;
|
|
15891
|
-
[ItemIdentifier.PinkShulkerBox]: BlockType<BlockIdentifier.PinkShulkerBox>;
|
|
15892
|
-
[ItemIdentifier.PackedIce]: BlockType<BlockIdentifier.PackedIce>;
|
|
15893
|
-
[ItemIdentifier.SmoothQuartz]: BlockType<BlockIdentifier.SmoothQuartz>;
|
|
15894
|
-
[ItemIdentifier.PurpleTerracotta]: BlockType<BlockIdentifier.PurpleTerracotta>;
|
|
15895
|
-
[ItemIdentifier.Bed]: BlockType<BlockIdentifier.Bed>;
|
|
15896
|
-
[ItemIdentifier.WaxedExposedCopper]: BlockType<BlockIdentifier.WaxedExposedCopper>;
|
|
15897
|
-
[ItemIdentifier.StrippedAcaciaWood]: BlockType<BlockIdentifier.StrippedAcaciaWood>;
|
|
15898
|
-
[ItemIdentifier.WaxedOxidizedCopperGrate]: BlockType<BlockIdentifier.WaxedOxidizedCopperGrate>;
|
|
15899
|
-
[ItemIdentifier.ChainmailHelmet]: null;
|
|
15900
|
-
[ItemIdentifier.OxidizedChiseledCopper]: BlockType<BlockIdentifier.OxidizedChiseledCopper>;
|
|
15901
|
-
[ItemIdentifier.HardMagentaStainedGlassPane]: BlockType<BlockIdentifier.HardMagentaStainedGlassPane>;
|
|
15902
|
-
[ItemIdentifier.PinkStainedGlass]: BlockType<BlockIdentifier.PinkStainedGlass>;
|
|
15903
|
-
[ItemIdentifier.MusicDiscStal]: null;
|
|
15904
|
-
[ItemIdentifier.BrownStainedGlass]: BlockType<BlockIdentifier.BrownStainedGlass>;
|
|
15905
|
-
[ItemIdentifier.CoalBlock]: BlockType<BlockIdentifier.CoalBlock>;
|
|
15906
|
-
[ItemIdentifier.Vault]: BlockType<BlockIdentifier.Vault>;
|
|
15907
|
-
[ItemIdentifier.AzaleaLeavesFlowered]: BlockType<BlockIdentifier.AzaleaLeavesFlowered>;
|
|
15908
|
-
[ItemIdentifier.StructureVoid]: BlockType<BlockIdentifier.StructureVoid>;
|
|
15909
|
-
[ItemIdentifier.ChainmailChestplate]: null;
|
|
15910
|
-
[ItemIdentifier.RecoveryCompass]: null;
|
|
15911
|
-
[ItemIdentifier.MudBricks]: BlockType<BlockIdentifier.MudBricks>;
|
|
15912
|
-
[ItemIdentifier.Peony]: BlockType<BlockIdentifier.Peony>;
|
|
15913
|
-
[ItemIdentifier.CrackedPolishedBlackstoneBricks]: BlockType<BlockIdentifier.CrackedPolishedBlackstoneBricks>;
|
|
15914
|
-
[ItemIdentifier.Allium]: BlockType<BlockIdentifier.Allium>;
|
|
15915
|
-
[ItemIdentifier.AcaciaChestBoat]: null;
|
|
15916
|
-
[ItemIdentifier.OakWood]: BlockType<BlockIdentifier.OakWood>;
|
|
15917
|
-
[ItemIdentifier.WaxedOxidizedCopperTrapdoor]: BlockType<BlockIdentifier.WaxedOxidizedCopperTrapdoor>;
|
|
15918
|
-
[ItemIdentifier.SkeletonHorseSpawnEgg]: null;
|
|
15919
|
-
[ItemIdentifier.LightBlueWool]: BlockType<BlockIdentifier.LightBlueWool>;
|
|
15920
|
-
[ItemIdentifier.ClayBall]: null;
|
|
15921
|
-
[ItemIdentifier.BlackConcrete]: BlockType<BlockIdentifier.BlackConcrete>;
|
|
15922
|
-
[ItemIdentifier.ShortGrass]: BlockType<BlockIdentifier.ShortGrass>;
|
|
15923
|
-
[ItemIdentifier.LapisBlock]: BlockType<BlockIdentifier.LapisBlock>;
|
|
15924
|
-
[ItemIdentifier.BreezeSpawnEgg]: null;
|
|
15925
|
-
[ItemIdentifier.LimeConcrete]: BlockType<BlockIdentifier.LimeConcrete>;
|
|
15926
|
-
[ItemIdentifier.WaxedWeatheredCutCopperSlab]: BlockType<BlockIdentifier.WaxedWeatheredCutCopperSlab>;
|
|
15927
|
-
[ItemIdentifier.SmoothQuartzSlab]: BlockType<BlockIdentifier.SmoothQuartzSlab>;
|
|
15928
|
-
[ItemIdentifier.TorchflowerSeeds]: null;
|
|
15929
|
-
[ItemIdentifier.HayBlock]: BlockType<BlockIdentifier.HayBlock>;
|
|
15930
|
-
[ItemIdentifier.PolishedBlackstoneBrickSlab]: BlockType<BlockIdentifier.PolishedBlackstoneBrickSlab>;
|
|
15931
|
-
[ItemIdentifier.StrippedBambooBlock]: BlockType<BlockIdentifier.StrippedBambooBlock>;
|
|
15932
|
-
[ItemIdentifier.ChiseledStoneBricks]: BlockType<BlockIdentifier.ChiseledStoneBricks>;
|
|
15933
|
-
[ItemIdentifier.Ladder]: BlockType<BlockIdentifier.Ladder>;
|
|
15934
|
-
[ItemIdentifier.IronChestplate]: null;
|
|
15935
|
-
[ItemIdentifier.DiamondHelmet]: null;
|
|
15936
|
-
[ItemIdentifier.WaxedOxidizedCutCopperSlab]: BlockType<BlockIdentifier.WaxedOxidizedCutCopperSlab>;
|
|
15937
|
-
[ItemIdentifier.PrismarineCrystals]: null;
|
|
15938
|
-
[ItemIdentifier.Banner]: null;
|
|
15939
|
-
[ItemIdentifier.PumpkinSeeds]: null;
|
|
15940
|
-
[ItemIdentifier.WhiteConcrete]: BlockType<BlockIdentifier.WhiteConcrete>;
|
|
15941
|
-
[ItemIdentifier.HardGrayStainedGlass]: BlockType<BlockIdentifier.HardGrayStainedGlass>;
|
|
15942
|
-
[ItemIdentifier.SlimeBall]: null;
|
|
15943
|
-
[ItemIdentifier.TubeCoral]: BlockType<BlockIdentifier.TubeCoral>;
|
|
15944
|
-
[ItemIdentifier.Stick]: null;
|
|
15945
|
-
[ItemIdentifier.Egg]: null;
|
|
15946
|
-
[ItemIdentifier.NetherSprouts]: BlockType<BlockIdentifier.NetherSprouts>;
|
|
15947
|
-
[ItemIdentifier.WeatheredCopperDoor]: BlockType<BlockIdentifier.WeatheredCopperDoor>;
|
|
15948
|
-
[ItemIdentifier.MusicDiscBlocks]: null;
|
|
15949
|
-
[ItemIdentifier.BrickBlock]: BlockType<BlockIdentifier.BrickBlock>;
|
|
15950
|
-
[ItemIdentifier.RedstoneLamp]: BlockType<BlockIdentifier.RedstoneLamp>;
|
|
15951
|
-
[ItemIdentifier.CherrySlab]: BlockType<BlockIdentifier.CherrySlab>;
|
|
15952
|
-
[ItemIdentifier.CutCopper]: BlockType<BlockIdentifier.CutCopper>;
|
|
15953
|
-
[ItemIdentifier.Bamboo]: BlockType<BlockIdentifier.Bamboo>;
|
|
15954
|
-
[ItemIdentifier.CyanConcrete]: BlockType<BlockIdentifier.CyanConcrete>;
|
|
15955
|
-
[ItemIdentifier.PrismarineBrickSlab]: BlockType<BlockIdentifier.PrismarineBrickSlab>;
|
|
15956
|
-
[ItemIdentifier.Smoker]: BlockType<BlockIdentifier.Smoker>;
|
|
15957
|
-
[ItemIdentifier.Frame]: BlockType<BlockIdentifier.Frame>;
|
|
15958
|
-
[ItemIdentifier.BrewerPotterySherd]: null;
|
|
15959
|
-
[ItemIdentifier.RedSand]: BlockType<BlockIdentifier.RedSand>;
|
|
15960
|
-
[ItemIdentifier.PinkCarpet]: BlockType<BlockIdentifier.PinkCarpet>;
|
|
15961
|
-
[ItemIdentifier.GreenDye]: null;
|
|
15962
|
-
[ItemIdentifier.GusterBannerPattern]: null;
|
|
15963
|
-
[ItemIdentifier.BrownCarpet]: BlockType<BlockIdentifier.BrownCarpet>;
|
|
15964
|
-
[ItemIdentifier.LightGrayConcrete]: BlockType<BlockIdentifier.LightGrayConcrete>;
|
|
15965
|
-
[ItemIdentifier.WeatheredCopperGrate]: BlockType<BlockIdentifier.WeatheredCopperGrate>;
|
|
15966
|
-
[ItemIdentifier.WeatheredCopperTrapdoor]: BlockType<BlockIdentifier.WeatheredCopperTrapdoor>;
|
|
15967
|
-
[ItemIdentifier.ChorusPlant]: BlockType<BlockIdentifier.ChorusPlant>;
|
|
15968
|
-
[ItemIdentifier.PurpleWool]: BlockType<BlockIdentifier.PurpleWool>;
|
|
15969
|
-
[ItemIdentifier.WaxedOxidizedCutCopper]: BlockType<BlockIdentifier.WaxedOxidizedCutCopper>;
|
|
15970
|
-
[ItemIdentifier.GrayConcrete]: BlockType<BlockIdentifier.GrayConcrete>;
|
|
15971
|
-
[ItemIdentifier.WaxedOxidizedCopperDoor]: BlockType<BlockIdentifier.WaxedOxidizedCopperDoor>;
|
|
15972
|
-
[ItemIdentifier.FermentedSpiderEye]: null;
|
|
15973
|
-
[ItemIdentifier.SpiderEye]: null;
|
|
15974
|
-
[ItemIdentifier.MagentaConcretePowder]: BlockType<BlockIdentifier.MagentaConcretePowder>;
|
|
15975
|
-
[ItemIdentifier.LimeStainedGlassPane]: BlockType<BlockIdentifier.LimeStainedGlassPane>;
|
|
15976
|
-
[ItemIdentifier.OrangeConcrete]: BlockType<BlockIdentifier.OrangeConcrete>;
|
|
15977
|
-
[ItemIdentifier.TraderLlamaSpawnEgg]: null;
|
|
15978
|
-
[ItemIdentifier.GhastTear]: null;
|
|
15979
|
-
[ItemIdentifier.PinkConcrete]: BlockType<BlockIdentifier.PinkConcrete>;
|
|
15980
|
-
[ItemIdentifier.LitPumpkin]: BlockType<BlockIdentifier.LitPumpkin>;
|
|
15981
|
-
[ItemIdentifier.BrownConcrete]: BlockType<BlockIdentifier.BrownConcrete>;
|
|
15982
|
-
[ItemIdentifier.Compound]: null;
|
|
15983
|
-
[ItemIdentifier.MudBrickSlab]: BlockType<BlockIdentifier.MudBrickSlab>;
|
|
15984
|
-
[ItemIdentifier.Tuff]: BlockType<BlockIdentifier.Tuff>;
|
|
15985
|
-
[ItemIdentifier.ExposedCopperDoor]: BlockType<BlockIdentifier.ExposedCopperDoor>;
|
|
15986
|
-
[ItemIdentifier.GrayGlazedTerracotta]: BlockType<BlockIdentifier.GrayGlazedTerracotta>;
|
|
15987
|
-
[ItemIdentifier.SnortPotterySherd]: null;
|
|
15988
|
-
[ItemIdentifier.StoneButton]: BlockType<BlockIdentifier.StoneButton>;
|
|
15989
|
-
[ItemIdentifier.SpruceSapling]: BlockType<BlockIdentifier.SpruceSapling>;
|
|
15990
|
-
[ItemIdentifier.LightBlock8]: BlockType<BlockIdentifier.LightBlock8>;
|
|
15991
|
-
[ItemIdentifier.WaxedCutCopperSlab]: BlockType<BlockIdentifier.WaxedCutCopperSlab>;
|
|
15992
|
-
[ItemIdentifier.Feather]: null;
|
|
15993
|
-
[ItemIdentifier.Clay]: BlockType<BlockIdentifier.Clay>;
|
|
15994
|
-
[ItemIdentifier.WolfSpawnEgg]: null;
|
|
15995
|
-
[ItemIdentifier.CyanStainedGlassPane]: BlockType<BlockIdentifier.CyanStainedGlassPane>;
|
|
15996
|
-
[ItemIdentifier.VillagerSpawnEgg]: null;
|
|
15997
|
-
[ItemIdentifier.LimeDye]: null;
|
|
15998
|
-
[ItemIdentifier.CrimsonFungus]: BlockType<BlockIdentifier.CrimsonFungus>;
|
|
15999
|
-
[ItemIdentifier.Trident]: null;
|
|
16000
|
-
[ItemIdentifier.HardenedClay]: BlockType<BlockIdentifier.HardenedClay>;
|
|
16001
|
-
[ItemIdentifier.GoatHorn]: null;
|
|
16002
|
-
[ItemIdentifier.Crafter]: BlockType<BlockIdentifier.Crafter>;
|
|
16003
|
-
[ItemIdentifier.SheepSpawnEgg]: null;
|
|
16004
|
-
[ItemIdentifier.MusicDiscPigstep]: null;
|
|
16005
|
-
[ItemIdentifier.Azalea]: BlockType<BlockIdentifier.Azalea>;
|
|
16006
|
-
[ItemIdentifier.FireCharge]: null;
|
|
16007
|
-
[ItemIdentifier.AcaciaBoat]: null;
|
|
16008
|
-
[ItemIdentifier.CyanWool]: BlockType<BlockIdentifier.CyanWool>;
|
|
16009
|
-
[ItemIdentifier.DeepslateDiamondOre]: BlockType<BlockIdentifier.DeepslateDiamondOre>;
|
|
16010
|
-
[ItemIdentifier.WhiteCandle]: BlockType<BlockIdentifier.WhiteCandle>;
|
|
16011
|
-
[ItemIdentifier.Clock]: null;
|
|
16012
|
-
[ItemIdentifier.RedCarpet]: BlockType<BlockIdentifier.RedCarpet>;
|
|
16013
|
-
[ItemIdentifier.LightGrayCarpet]: BlockType<BlockIdentifier.LightGrayCarpet>;
|
|
16014
|
-
[ItemIdentifier.PurpurBlock]: BlockType<BlockIdentifier.PurpurBlock>;
|
|
16015
|
-
[ItemIdentifier.DriedKelp]: null;
|
|
16016
|
-
[ItemIdentifier.CookedBeef]: null;
|
|
16017
|
-
[ItemIdentifier.CherryHangingSign]: BlockType<BlockIdentifier.CherryHangingSign>;
|
|
16018
|
-
[ItemIdentifier.PolishedBlackstone]: BlockType<BlockIdentifier.PolishedBlackstone>;
|
|
16019
|
-
[ItemIdentifier.CrimsonPressurePlate]: BlockType<BlockIdentifier.CrimsonPressurePlate>;
|
|
16020
|
-
[ItemIdentifier.Charcoal]: null;
|
|
16021
|
-
[ItemIdentifier.LightGrayShulkerBox]: BlockType<BlockIdentifier.LightGrayShulkerBox>;
|
|
16022
|
-
[ItemIdentifier.HorseSpawnEgg]: null;
|
|
16023
|
-
[ItemIdentifier.NautilusShell]: null;
|
|
16024
|
-
[ItemIdentifier.Bow]: null;
|
|
16025
|
-
[ItemIdentifier.String]: null;
|
|
16026
|
-
[ItemIdentifier.FrogSpawn]: BlockType<BlockIdentifier.FrogSpawn>;
|
|
16027
|
-
[ItemIdentifier.RedStainedGlassPane]: BlockType<BlockIdentifier.RedStainedGlassPane>;
|
|
16028
|
-
[ItemIdentifier.RedCandle]: BlockType<BlockIdentifier.RedCandle>;
|
|
16029
|
-
[ItemIdentifier.GlowLichen]: BlockType<BlockIdentifier.GlowLichen>;
|
|
16030
|
-
[ItemIdentifier.CopperTrapdoor]: BlockType<BlockIdentifier.CopperTrapdoor>;
|
|
16031
|
-
[ItemIdentifier.LeatherHelmet]: null;
|
|
16032
|
-
[ItemIdentifier.WitherRose]: BlockType<BlockIdentifier.WitherRose>;
|
|
16033
|
-
[ItemIdentifier.DarkOakChestBoat]: null;
|
|
16034
|
-
[ItemIdentifier.CopperBlock]: BlockType<BlockIdentifier.CopperBlock>;
|
|
16035
|
-
[ItemIdentifier.SplashPotion]: null;
|
|
16036
|
-
[ItemIdentifier.Cactus]: BlockType<BlockIdentifier.Cactus>;
|
|
16037
|
-
[ItemIdentifier.TurtleScute]: null;
|
|
16038
|
-
[ItemIdentifier.GlowFrame]: BlockType<BlockIdentifier.GlowFrame>;
|
|
16039
|
-
[ItemIdentifier.AcaciaSlab]: BlockType<BlockIdentifier.AcaciaSlab>;
|
|
16040
|
-
[ItemIdentifier.PolishedAndesiteSlab]: BlockType<BlockIdentifier.PolishedAndesiteSlab>;
|
|
16041
|
-
[ItemIdentifier.Glass]: BlockType<BlockIdentifier.Glass>;
|
|
16042
|
-
[ItemIdentifier.MossBlock]: BlockType<BlockIdentifier.MossBlock>;
|
|
16043
|
-
[ItemIdentifier.GoldOre]: BlockType<BlockIdentifier.GoldOre>;
|
|
16044
|
-
[ItemIdentifier.SkeletonSpawnEgg]: null;
|
|
16045
|
-
[ItemIdentifier.CutSandstoneSlab]: BlockType<BlockIdentifier.CutSandstoneSlab>;
|
|
16046
|
-
[ItemIdentifier.EndCrystal]: null;
|
|
16047
|
-
[ItemIdentifier.PurpleCarpet]: BlockType<BlockIdentifier.PurpleCarpet>;
|
|
16048
|
-
[ItemIdentifier.FireCoralFan]: BlockType<BlockIdentifier.FireCoralFan>;
|
|
16049
|
-
[ItemIdentifier.GreenConcretePowder]: BlockType<BlockIdentifier.GreenConcretePowder>;
|
|
16050
|
-
[ItemIdentifier.LimeStainedGlass]: BlockType<BlockIdentifier.LimeStainedGlass>;
|
|
16051
|
-
[ItemIdentifier.PolishedAndesite]: BlockType<BlockIdentifier.PolishedAndesite>;
|
|
16052
|
-
[ItemIdentifier.PurpleStainedGlass]: BlockType<BlockIdentifier.PurpleStainedGlass>;
|
|
16053
|
-
[ItemIdentifier.OakBoat]: null;
|
|
16054
|
-
[ItemIdentifier.MagentaStainedGlass]: BlockType<BlockIdentifier.MagentaStainedGlass>;
|
|
16055
|
-
[ItemIdentifier.WeatheredCopperBulb]: BlockType<BlockIdentifier.WeatheredCopperBulb>;
|
|
16056
|
-
[ItemIdentifier.LightWeightedPressurePlate]: BlockType<BlockIdentifier.LightWeightedPressurePlate>;
|
|
16057
|
-
[ItemIdentifier.RapidFertilizer]: null;
|
|
16058
|
-
[ItemIdentifier.HoneyBlock]: BlockType<BlockIdentifier.HoneyBlock>;
|
|
16059
|
-
[ItemIdentifier.StructureBlock]: BlockType<BlockIdentifier.StructureBlock>;
|
|
16060
|
-
[ItemIdentifier.TintedGlass]: BlockType<BlockIdentifier.TintedGlass>;
|
|
16061
|
-
[ItemIdentifier.BuddingAmethyst]: BlockType<BlockIdentifier.BuddingAmethyst>;
|
|
16062
|
-
[ItemIdentifier.PinkTulip]: BlockType<BlockIdentifier.PinkTulip>;
|
|
16063
|
-
[ItemIdentifier.OakHangingSign]: BlockType<BlockIdentifier.OakHangingSign>;
|
|
16064
|
-
[ItemIdentifier.SpruceSlab]: BlockType<BlockIdentifier.SpruceSlab>;
|
|
16065
|
-
[ItemIdentifier.GlassPane]: BlockType<BlockIdentifier.GlassPane>;
|
|
16066
|
-
[ItemIdentifier.ShelterPotterySherd]: null;
|
|
16067
|
-
[ItemIdentifier.InfestedDeepslate]: BlockType<BlockIdentifier.InfestedDeepslate>;
|
|
16068
|
-
[ItemIdentifier.Podzol]: BlockType<BlockIdentifier.Podzol>;
|
|
16069
|
-
[ItemIdentifier.ActivatorRail]: BlockType<BlockIdentifier.ActivatorRail>;
|
|
16070
|
-
[ItemIdentifier.WhiteStainedGlassPane]: BlockType<BlockIdentifier.WhiteStainedGlassPane>;
|
|
16071
|
-
[ItemIdentifier.LightBlock12]: BlockType<BlockIdentifier.LightBlock12>;
|
|
16072
|
-
[ItemIdentifier.BrownCandle]: BlockType<BlockIdentifier.BrownCandle>;
|
|
16073
|
-
[ItemIdentifier.PolishedDeepslateSlab]: BlockType<BlockIdentifier.PolishedDeepslateSlab>;
|
|
16074
|
-
[ItemIdentifier.Deepslate]: BlockType<BlockIdentifier.Deepslate>;
|
|
16075
|
-
[ItemIdentifier.StrippedOakWood]: BlockType<BlockIdentifier.StrippedOakWood>;
|
|
16076
|
-
[ItemIdentifier.OxidizedCopper]: BlockType<BlockIdentifier.OxidizedCopper>;
|
|
16077
|
-
[ItemIdentifier.IronShovel]: null;
|
|
16078
|
-
[ItemIdentifier.StoneBricks]: BlockType<BlockIdentifier.StoneBricks>;
|
|
16079
|
-
[ItemIdentifier.NetherWart]: BlockType<BlockIdentifier.NetherWart>;
|
|
16080
|
-
[ItemIdentifier.OrangeStainedGlassPane]: BlockType<BlockIdentifier.OrangeStainedGlassPane>;
|
|
16081
|
-
[ItemIdentifier.GoatSpawnEgg]: null;
|
|
16082
|
-
[ItemIdentifier.StrippedMangroveWood]: BlockType<BlockIdentifier.StrippedMangroveWood>;
|
|
16083
|
-
[ItemIdentifier.Campfire]: BlockType<BlockIdentifier.Campfire>;
|
|
16084
|
-
[ItemIdentifier.OrangeConcretePowder]: BlockType<BlockIdentifier.OrangeConcretePowder>;
|
|
16085
|
-
[ItemIdentifier.FlowPotterySherd]: null;
|
|
16086
|
-
[ItemIdentifier.GreenCandle]: BlockType<BlockIdentifier.GreenCandle>;
|
|
16087
|
-
[ItemIdentifier.PurpleStainedGlassPane]: BlockType<BlockIdentifier.PurpleStainedGlassPane>;
|
|
16088
|
-
[ItemIdentifier.Jigsaw]: BlockType<BlockIdentifier.Jigsaw>;
|
|
16089
|
-
[ItemIdentifier.AcaciaPressurePlate]: BlockType<BlockIdentifier.AcaciaPressurePlate>;
|
|
16090
|
-
[ItemIdentifier.SmoothRedSandstoneSlab]: BlockType<BlockIdentifier.SmoothRedSandstoneSlab>;
|
|
16091
|
-
[ItemIdentifier.ChiseledPolishedBlackstone]: BlockType<BlockIdentifier.ChiseledPolishedBlackstone>;
|
|
16092
|
-
[ItemIdentifier.SmoothStoneSlab]: BlockType<BlockIdentifier.SmoothStoneSlab>;
|
|
16093
|
-
[ItemIdentifier.AzaleaLeaves]: BlockType<BlockIdentifier.AzaleaLeaves>;
|
|
16094
|
-
[ItemIdentifier.MagentaStainedGlassPane]: BlockType<BlockIdentifier.MagentaStainedGlassPane>;
|
|
16095
|
-
[ItemIdentifier.WoodenAxe]: null;
|
|
16096
|
-
[ItemIdentifier.CyanCandle]: BlockType<BlockIdentifier.CyanCandle>;
|
|
16097
|
-
[ItemIdentifier.PrizePotterySherd]: null;
|
|
16098
|
-
[ItemIdentifier.WhiteCarpet]: BlockType<BlockIdentifier.WhiteCarpet>;
|
|
16099
|
-
[ItemIdentifier.OakChestBoat]: null;
|
|
16100
|
-
[ItemIdentifier.BirchWood]: BlockType<BlockIdentifier.BirchWood>;
|
|
16101
|
-
[ItemIdentifier.GlowInkSac]: null;
|
|
16102
|
-
[ItemIdentifier.HardCyanStainedGlassPane]: BlockType<BlockIdentifier.HardCyanStainedGlassPane>;
|
|
16103
|
-
[ItemIdentifier.EmeraldOre]: BlockType<BlockIdentifier.EmeraldOre>;
|
|
16104
|
-
[ItemIdentifier.SmoothStone]: BlockType<BlockIdentifier.SmoothStone>;
|
|
16105
|
-
[ItemIdentifier.HardLightBlueStainedGlass]: BlockType<BlockIdentifier.HardLightBlueStainedGlass>;
|
|
16106
|
-
[ItemIdentifier.YellowConcretePowder]: BlockType<BlockIdentifier.YellowConcretePowder>;
|
|
16107
|
-
[ItemIdentifier.OakSlab]: BlockType<BlockIdentifier.OakSlab>;
|
|
16108
|
-
[ItemIdentifier.GoldenHorseArmor]: null;
|
|
16109
|
-
[ItemIdentifier.CherryWood]: BlockType<BlockIdentifier.CherryWood>;
|
|
16110
|
-
[ItemIdentifier.BirchSlab]: BlockType<BlockIdentifier.BirchSlab>;
|
|
16111
|
-
[ItemIdentifier.JungleSlab]: BlockType<BlockIdentifier.JungleSlab>;
|
|
16112
|
-
[ItemIdentifier.MagentaDye]: null;
|
|
16113
|
-
[ItemIdentifier.MangroveSlab]: BlockType<BlockIdentifier.MangroveSlab>;
|
|
16114
|
-
[ItemIdentifier.WaterBucket]: null;
|
|
16115
|
-
[ItemIdentifier.HardBlueStainedGlass]: BlockType<BlockIdentifier.HardBlueStainedGlass>;
|
|
16116
|
-
[ItemIdentifier.PolishedGraniteSlab]: BlockType<BlockIdentifier.PolishedGraniteSlab>;
|
|
16117
|
-
[ItemIdentifier.LapisOre]: BlockType<BlockIdentifier.LapisOre>;
|
|
16118
|
-
[ItemIdentifier.LightBlock9]: BlockType<BlockIdentifier.LightBlock9>;
|
|
16119
|
-
[ItemIdentifier.Beehive]: BlockType<BlockIdentifier.Beehive>;
|
|
16120
|
-
[ItemIdentifier.OxidizedCutCopperSlab]: BlockType<BlockIdentifier.OxidizedCutCopperSlab>;
|
|
16121
|
-
[ItemIdentifier.SculkSensor]: BlockType<BlockIdentifier.SculkSensor>;
|
|
16122
|
-
[ItemIdentifier.BambooSlab]: BlockType<BlockIdentifier.BambooSlab>;
|
|
16123
|
-
[ItemIdentifier.PoisonousPotato]: null;
|
|
16124
|
-
[ItemIdentifier.PrismarineSlab]: BlockType<BlockIdentifier.PrismarineSlab>;
|
|
16125
|
-
[ItemIdentifier.SandstoneSlab]: BlockType<BlockIdentifier.SandstoneSlab>;
|
|
16126
|
-
[ItemIdentifier.WolfArmor]: null;
|
|
16127
|
-
[ItemIdentifier.HardOrangeStainedGlass]: BlockType<BlockIdentifier.HardOrangeStainedGlass>;
|
|
16128
|
-
[ItemIdentifier.LimeConcretePowder]: BlockType<BlockIdentifier.LimeConcretePowder>;
|
|
16129
|
-
[ItemIdentifier.GreenCarpet]: BlockType<BlockIdentifier.GreenCarpet>;
|
|
16130
|
-
[ItemIdentifier.SpruceButton]: BlockType<BlockIdentifier.SpruceButton>;
|
|
16131
|
-
[ItemIdentifier.CherryPressurePlate]: BlockType<BlockIdentifier.CherryPressurePlate>;
|
|
16132
|
-
[ItemIdentifier.CutRedSandstoneSlab]: BlockType<BlockIdentifier.CutRedSandstoneSlab>;
|
|
16133
|
-
[ItemIdentifier.DioriteSlab]: BlockType<BlockIdentifier.DioriteSlab>;
|
|
16134
|
-
[ItemIdentifier.Medicine]: null;
|
|
16135
|
-
[ItemIdentifier.AndesiteSlab]: BlockType<BlockIdentifier.AndesiteSlab>;
|
|
16136
|
-
[ItemIdentifier.HornCoralFan]: BlockType<BlockIdentifier.HornCoralFan>;
|
|
16137
|
-
[ItemIdentifier.BrickSlab]: BlockType<BlockIdentifier.BrickSlab>;
|
|
16138
|
-
[ItemIdentifier.NetherBrickSlab]: BlockType<BlockIdentifier.NetherBrickSlab>;
|
|
16139
|
-
[ItemIdentifier.DripstoneBlock]: BlockType<BlockIdentifier.DripstoneBlock>;
|
|
16140
|
-
[ItemIdentifier.Gunpowder]: null;
|
|
16141
|
-
[ItemIdentifier.PurpurSlab]: BlockType<BlockIdentifier.PurpurSlab>;
|
|
16142
|
-
[ItemIdentifier.MagentaCarpet]: BlockType<BlockIdentifier.MagentaCarpet>;
|
|
16143
|
-
[ItemIdentifier.GlowBerries]: null;
|
|
16144
|
-
[ItemIdentifier.Bread]: null;
|
|
16145
|
-
[ItemIdentifier.WeatheredCutCopperSlab]: BlockType<BlockIdentifier.WeatheredCutCopperSlab>;
|
|
16146
|
-
[ItemIdentifier.StoneSword]: null;
|
|
16147
|
-
[ItemIdentifier.Leather]: null;
|
|
16148
|
-
[ItemIdentifier.MangroveRoots]: BlockType<BlockIdentifier.MangroveRoots>;
|
|
16149
|
-
[ItemIdentifier.CommandBlockMinecart]: null;
|
|
16150
|
-
[ItemIdentifier.WaxedExposedCutCopper]: BlockType<BlockIdentifier.WaxedExposedCutCopper>;
|
|
16151
|
-
[ItemIdentifier.SpruceLeaves]: BlockType<BlockIdentifier.SpruceLeaves>;
|
|
16152
|
-
[ItemIdentifier.StrippedCherryLog]: BlockType<BlockIdentifier.StrippedCherryLog>;
|
|
16153
|
-
[ItemIdentifier.DeepslateTileSlab]: BlockType<BlockIdentifier.DeepslateTileSlab>;
|
|
16154
|
-
[ItemIdentifier.PolishedTuffStairs]: BlockType<BlockIdentifier.PolishedTuffStairs>;
|
|
16155
|
-
[ItemIdentifier.GoldNugget]: null;
|
|
16156
|
-
[ItemIdentifier.CrackedNetherBricks]: BlockType<BlockIdentifier.CrackedNetherBricks>;
|
|
16157
|
-
[ItemIdentifier.BatSpawnEgg]: null;
|
|
16158
|
-
[ItemIdentifier.DonkeySpawnEgg]: null;
|
|
16159
|
-
[ItemIdentifier.RabbitHide]: null;
|
|
16160
|
-
[ItemIdentifier.RibArmorTrimSmithingTemplate]: null;
|
|
16161
|
-
[ItemIdentifier.InfestedCobblestone]: BlockType<BlockIdentifier.InfestedCobblestone>;
|
|
16162
|
-
[ItemIdentifier.DarkPrismarine]: BlockType<BlockIdentifier.DarkPrismarine>;
|
|
16163
|
-
[ItemIdentifier.HardLightBlueStainedGlassPane]: BlockType<BlockIdentifier.HardLightBlueStainedGlassPane>;
|
|
16164
|
-
[ItemIdentifier.MossyStoneBricks]: BlockType<BlockIdentifier.MossyStoneBricks>;
|
|
16165
|
-
[ItemIdentifier.PolishedBlackstoneBricks]: BlockType<BlockIdentifier.PolishedBlackstoneBricks>;
|
|
16166
|
-
[ItemIdentifier.TropicalFishSpawnEgg]: null;
|
|
16167
|
-
[ItemIdentifier.MobSpawner]: BlockType<BlockIdentifier.MobSpawner>;
|
|
16168
|
-
[ItemIdentifier.CopperGrate]: BlockType<BlockIdentifier.CopperGrate>;
|
|
16169
|
-
[ItemIdentifier.DeepslateTiles]: BlockType<BlockIdentifier.DeepslateTiles>;
|
|
16170
|
-
[ItemIdentifier.CrackedDeepslateTiles]: BlockType<BlockIdentifier.CrackedDeepslateTiles>;
|
|
16171
|
-
[ItemIdentifier.OrangeGlazedTerracotta]: BlockType<BlockIdentifier.OrangeGlazedTerracotta>;
|
|
16172
|
-
[ItemIdentifier.ChiseledDeepslate]: BlockType<BlockIdentifier.ChiseledDeepslate>;
|
|
16173
|
-
[ItemIdentifier.EmeraldBlock]: BlockType<BlockIdentifier.EmeraldBlock>;
|
|
16174
|
-
[ItemIdentifier.VexSpawnEgg]: null;
|
|
16175
|
-
[ItemIdentifier.Obsidian]: BlockType<BlockIdentifier.Obsidian>;
|
|
16176
|
-
[ItemIdentifier.Kelp]: BlockType<BlockIdentifier.Kelp>;
|
|
16177
|
-
[ItemIdentifier.MelonSlice]: null;
|
|
16178
|
-
[ItemIdentifier.ChiseledRedSandstone]: BlockType<BlockIdentifier.ChiseledRedSandstone>;
|
|
16179
|
-
[ItemIdentifier.DeadBubbleCoral]: BlockType<BlockIdentifier.DeadBubbleCoral>;
|
|
16180
|
-
[ItemIdentifier.DarkOakWood]: BlockType<BlockIdentifier.DarkOakWood>;
|
|
16181
|
-
[ItemIdentifier.TuffBrickWall]: BlockType<BlockIdentifier.TuffBrickWall>;
|
|
16182
|
-
[ItemIdentifier.QuartzPillar]: BlockType<BlockIdentifier.QuartzPillar>;
|
|
16183
|
-
[ItemIdentifier.PolishedTuffSlab]: BlockType<BlockIdentifier.PolishedTuffSlab>;
|
|
16184
|
-
[ItemIdentifier.WaxedCopperDoor]: BlockType<BlockIdentifier.WaxedCopperDoor>;
|
|
16185
|
-
[ItemIdentifier.WaxedCopperGrate]: BlockType<BlockIdentifier.WaxedCopperGrate>;
|
|
16186
|
-
[ItemIdentifier.DeadBrainCoral]: BlockType<BlockIdentifier.DeadBrainCoral>;
|
|
16187
|
-
[ItemIdentifier.SmoothBasalt]: BlockType<BlockIdentifier.SmoothBasalt>;
|
|
16188
|
-
[ItemIdentifier.YellowGlazedTerracotta]: BlockType<BlockIdentifier.YellowGlazedTerracotta>;
|
|
16189
|
-
[ItemIdentifier.JunglePressurePlate]: BlockType<BlockIdentifier.JunglePressurePlate>;
|
|
16190
|
-
[ItemIdentifier.CatSpawnEgg]: null;
|
|
16191
|
-
[ItemIdentifier.HowlPotterySherd]: null;
|
|
16192
|
-
[ItemIdentifier.WaxedExposedCopperDoor]: BlockType<BlockIdentifier.WaxedExposedCopperDoor>;
|
|
16193
|
-
[ItemIdentifier.LightBlueTerracotta]: BlockType<BlockIdentifier.LightBlueTerracotta>;
|
|
16194
|
-
[ItemIdentifier.WaxedWeatheredCutCopper]: BlockType<BlockIdentifier.WaxedWeatheredCutCopper>;
|
|
16195
|
-
[ItemIdentifier.OakLog]: BlockType<BlockIdentifier.OakLog>;
|
|
16196
|
-
[ItemIdentifier.DolphinSpawnEgg]: null;
|
|
16197
|
-
[ItemIdentifier.InfestedStone]: BlockType<BlockIdentifier.InfestedStone>;
|
|
16198
|
-
[ItemIdentifier.ExposedChiseledCopper]: BlockType<BlockIdentifier.ExposedChiseledCopper>;
|
|
16199
|
-
[ItemIdentifier.WeatheredChiseledCopper]: BlockType<BlockIdentifier.WeatheredChiseledCopper>;
|
|
16200
|
-
[ItemIdentifier.CherrySapling]: BlockType<BlockIdentifier.CherrySapling>;
|
|
16201
|
-
[ItemIdentifier.WaxedChiseledCopper]: BlockType<BlockIdentifier.WaxedChiseledCopper>;
|
|
16202
|
-
[ItemIdentifier.CookedRabbit]: null;
|
|
16203
|
-
[ItemIdentifier.Flint]: null;
|
|
16204
|
-
[ItemIdentifier.TrialKey]: null;
|
|
16205
|
-
[ItemIdentifier.WaxedExposedChiseledCopper]: BlockType<BlockIdentifier.WaxedExposedChiseledCopper>;
|
|
16206
|
-
[ItemIdentifier.EnderChest]: BlockType<BlockIdentifier.EnderChest>;
|
|
16207
|
-
[ItemIdentifier.DeepslateCoalOre]: BlockType<BlockIdentifier.DeepslateCoalOre>;
|
|
16208
|
-
[ItemIdentifier.OxidizedCopperBulb]: BlockType<BlockIdentifier.OxidizedCopperBulb>;
|
|
16209
|
-
[ItemIdentifier.DragonEgg]: BlockType<BlockIdentifier.DragonEgg>;
|
|
16210
|
-
[ItemIdentifier.WaxedExposedCopperBulb]: BlockType<BlockIdentifier.WaxedExposedCopperBulb>;
|
|
16211
|
-
[ItemIdentifier.PinkPetals]: BlockType<BlockIdentifier.PinkPetals>;
|
|
16212
|
-
[ItemIdentifier.BeeSpawnEgg]: null;
|
|
16213
|
-
[ItemIdentifier.BrainCoral]: BlockType<BlockIdentifier.BrainCoral>;
|
|
16214
|
-
[ItemIdentifier.Dispenser]: BlockType<BlockIdentifier.Dispenser>;
|
|
16215
|
-
[ItemIdentifier.RawIronBlock]: BlockType<BlockIdentifier.RawIronBlock>;
|
|
16216
|
-
[ItemIdentifier.CrimsonRoots]: BlockType<BlockIdentifier.CrimsonRoots>;
|
|
16217
|
-
[ItemIdentifier.SpruceWood]: BlockType<BlockIdentifier.SpruceWood>;
|
|
16218
|
-
[ItemIdentifier.TadpoleSpawnEgg]: null;
|
|
16219
|
-
[ItemIdentifier.TurtleSpawnEgg]: null;
|
|
16220
|
-
[ItemIdentifier.HoneycombBlock]: BlockType<BlockIdentifier.HoneycombBlock>;
|
|
16221
|
-
[ItemIdentifier.JungleSapling]: BlockType<BlockIdentifier.JungleSapling>;
|
|
16222
|
-
[ItemIdentifier.EnderEye]: null;
|
|
16223
|
-
[ItemIdentifier.NetherBrick]: BlockType<BlockIdentifier.NetherBrick>;
|
|
16224
|
-
[ItemIdentifier.CherryButton]: BlockType<BlockIdentifier.CherryButton>;
|
|
16225
|
-
[ItemIdentifier.Lodestone]: BlockType<BlockIdentifier.Lodestone>;
|
|
16226
|
-
[ItemIdentifier.GrayWool]: BlockType<BlockIdentifier.GrayWool>;
|
|
16227
|
-
[ItemIdentifier.StoneShovel]: null;
|
|
16228
|
-
[ItemIdentifier.BlackWool]: BlockType<BlockIdentifier.BlackWool>;
|
|
16229
|
-
[ItemIdentifier.StrippedBirchLog]: BlockType<BlockIdentifier.StrippedBirchLog>;
|
|
16230
|
-
[ItemIdentifier.Potato]: null;
|
|
16231
|
-
[ItemIdentifier.OrangeWool]: BlockType<BlockIdentifier.OrangeWool>;
|
|
16232
|
-
[ItemIdentifier.YellowWool]: BlockType<BlockIdentifier.YellowWool>;
|
|
16233
|
-
[ItemIdentifier.LimeWool]: BlockType<BlockIdentifier.LimeWool>;
|
|
16234
|
-
[ItemIdentifier.SkullPotterySherd]: null;
|
|
16235
|
-
[ItemIdentifier.GreenWool]: BlockType<BlockIdentifier.GreenWool>;
|
|
16236
|
-
[ItemIdentifier.MagentaTerracotta]: BlockType<BlockIdentifier.MagentaTerracotta>;
|
|
16237
|
-
[ItemIdentifier.BlackCarpet]: BlockType<BlockIdentifier.BlackCarpet>;
|
|
16238
|
-
[ItemIdentifier.BlueWool]: BlockType<BlockIdentifier.BlueWool>;
|
|
16239
|
-
[ItemIdentifier.HardGlassPane]: BlockType<BlockIdentifier.HardGlassPane>;
|
|
16240
|
-
[ItemIdentifier.GrayDye]: null;
|
|
16241
|
-
[ItemIdentifier.Jukebox]: BlockType<BlockIdentifier.Jukebox>;
|
|
16242
|
-
[ItemIdentifier.Shield]: null;
|
|
16243
|
-
[ItemIdentifier.HardBlackStainedGlass]: BlockType<BlockIdentifier.HardBlackStainedGlass>;
|
|
16244
|
-
[ItemIdentifier.YellowCarpet]: BlockType<BlockIdentifier.YellowCarpet>;
|
|
16245
|
-
[ItemIdentifier.LimeCarpet]: BlockType<BlockIdentifier.LimeCarpet>;
|
|
16246
|
-
[ItemIdentifier.GoldenSword]: null;
|
|
16247
|
-
[ItemIdentifier.Sunflower]: BlockType<BlockIdentifier.Sunflower>;
|
|
16248
|
-
[ItemIdentifier.MusicDiscFar]: null;
|
|
16249
|
-
[ItemIdentifier.BlueCarpet]: BlockType<BlockIdentifier.BlueCarpet>;
|
|
16250
|
-
[ItemIdentifier.LightGrayConcretePowder]: BlockType<BlockIdentifier.LightGrayConcretePowder>;
|
|
16251
|
-
[ItemIdentifier.RedConcretePowder]: BlockType<BlockIdentifier.RedConcretePowder>;
|
|
16252
|
-
[ItemIdentifier.DarkOakLeaves]: BlockType<BlockIdentifier.DarkOakLeaves>;
|
|
16253
|
-
[ItemIdentifier.BrainCoralFan]: BlockType<BlockIdentifier.BrainCoralFan>;
|
|
16254
|
-
[ItemIdentifier.Elytra]: null;
|
|
16255
|
-
[ItemIdentifier.CyanConcretePowder]: BlockType<BlockIdentifier.CyanConcretePowder>;
|
|
16256
|
-
[ItemIdentifier.YellowConcrete]: BlockType<BlockIdentifier.YellowConcrete>;
|
|
16257
|
-
[ItemIdentifier.NetheriteChestplate]: null;
|
|
16258
|
-
[ItemIdentifier.DeadTubeCoralBlock]: BlockType<BlockIdentifier.DeadTubeCoralBlock>;
|
|
16259
|
-
[ItemIdentifier.HardLightGrayStainedGlassPane]: BlockType<BlockIdentifier.HardLightGrayStainedGlassPane>;
|
|
16260
|
-
[ItemIdentifier.RedTerracotta]: BlockType<BlockIdentifier.RedTerracotta>;
|
|
16261
|
-
[ItemIdentifier.OrangeTerracotta]: BlockType<BlockIdentifier.OrangeTerracotta>;
|
|
16262
|
-
[ItemIdentifier.LimeTerracotta]: BlockType<BlockIdentifier.LimeTerracotta>;
|
|
16263
|
-
[ItemIdentifier.TwistingVines]: BlockType<BlockIdentifier.TwistingVines>;
|
|
16264
|
-
[ItemIdentifier.CommandBlock]: BlockType<BlockIdentifier.CommandBlock>;
|
|
16265
|
-
[ItemIdentifier.CyanTerracotta]: BlockType<BlockIdentifier.CyanTerracotta>;
|
|
16266
|
-
[ItemIdentifier.StoneAxe]: null;
|
|
16267
|
-
[ItemIdentifier.Dandelion]: BlockType<BlockIdentifier.Dandelion>;
|
|
16268
|
-
[ItemIdentifier.WarpedNylium]: BlockType<BlockIdentifier.WarpedNylium>;
|
|
16269
|
-
[ItemIdentifier.HornCoralBlock]: BlockType<BlockIdentifier.HornCoralBlock>;
|
|
16270
|
-
[ItemIdentifier.WhiteGlazedTerracotta]: BlockType<BlockIdentifier.WhiteGlazedTerracotta>;
|
|
16271
|
-
[ItemIdentifier.RedGlazedTerracotta]: BlockType<BlockIdentifier.RedGlazedTerracotta>;
|
|
16272
|
-
[ItemIdentifier.BlueGlazedTerracotta]: BlockType<BlockIdentifier.BlueGlazedTerracotta>;
|
|
16273
|
-
[ItemIdentifier.BoggedSpawnEgg]: null;
|
|
16274
|
-
[ItemIdentifier.Brick]: null;
|
|
16275
|
-
[ItemIdentifier.LargeAmethystBud]: BlockType<BlockIdentifier.LargeAmethystBud>;
|
|
16276
|
-
[ItemIdentifier.CartographyTable]: BlockType<BlockIdentifier.CartographyTable>;
|
|
16277
|
-
[ItemIdentifier.WayfinderArmorTrimSmithingTemplate]: null;
|
|
16278
|
-
[ItemIdentifier.BlueCandle]: BlockType<BlockIdentifier.BlueCandle>;
|
|
16279
|
-
[ItemIdentifier.PolishedBasalt]: BlockType<BlockIdentifier.PolishedBasalt>;
|
|
16280
|
-
[ItemIdentifier.GrassPath]: BlockType<BlockIdentifier.GrassPath>;
|
|
16281
|
-
[ItemIdentifier.ColoredTorchRg]: BlockType<BlockIdentifier.ColoredTorchRg>;
|
|
16282
|
-
[ItemIdentifier.CrimsonStem]: BlockType<BlockIdentifier.CrimsonStem>;
|
|
16283
|
-
[ItemIdentifier.StrippedSpruceLog]: BlockType<BlockIdentifier.StrippedSpruceLog>;
|
|
16284
|
-
[ItemIdentifier.OrangeTulip]: BlockType<BlockIdentifier.OrangeTulip>;
|
|
16285
|
-
[ItemIdentifier.DiamondOre]: BlockType<BlockIdentifier.DiamondOre>;
|
|
16286
|
-
[ItemIdentifier.CaveSpiderSpawnEgg]: null;
|
|
16287
|
-
[ItemIdentifier.BubbleCoral]: BlockType<BlockIdentifier.BubbleCoral>;
|
|
16288
|
-
[ItemIdentifier.CoalOre]: BlockType<BlockIdentifier.CoalOre>;
|
|
16289
|
-
[ItemIdentifier.EmptyMap]: null;
|
|
16290
|
-
[ItemIdentifier.JungleBoat]: null;
|
|
16291
|
-
[ItemIdentifier.Poppy]: BlockType<BlockIdentifier.Poppy>;
|
|
16292
|
-
[ItemIdentifier.ShulkerShell]: null;
|
|
16293
|
-
[ItemIdentifier.DeepslateIronOre]: BlockType<BlockIdentifier.DeepslateIronOre>;
|
|
16294
|
-
[ItemIdentifier.DeepslateGoldOre]: BlockType<BlockIdentifier.DeepslateGoldOre>;
|
|
16295
|
-
[ItemIdentifier.DeepslateLapisOre]: BlockType<BlockIdentifier.DeepslateLapisOre>;
|
|
16296
|
-
[ItemIdentifier.Granite]: BlockType<BlockIdentifier.Granite>;
|
|
16297
|
-
[ItemIdentifier.PetrifiedOakSlab]: BlockType<BlockIdentifier.PetrifiedOakSlab>;
|
|
16298
|
-
[ItemIdentifier.NetheriteLeggings]: null;
|
|
16299
|
-
[ItemIdentifier.StrippedAcaciaLog]: BlockType<BlockIdentifier.StrippedAcaciaLog>;
|
|
16300
|
-
[ItemIdentifier.LightBlock1]: BlockType<BlockIdentifier.LightBlock1>;
|
|
16301
|
-
[ItemIdentifier.SpruceLog]: BlockType<BlockIdentifier.SpruceLog>;
|
|
16302
|
-
[ItemIdentifier.ChestMinecart]: null;
|
|
16303
|
-
[ItemIdentifier.AcaciaLog]: BlockType<BlockIdentifier.AcaciaLog>;
|
|
16304
|
-
[ItemIdentifier.WarpedHyphae]: BlockType<BlockIdentifier.WarpedHyphae>;
|
|
16305
|
-
[ItemIdentifier.OxeyeDaisy]: BlockType<BlockIdentifier.OxeyeDaisy>;
|
|
16306
|
-
[ItemIdentifier.PitcherPlant]: BlockType<BlockIdentifier.PitcherPlant>;
|
|
16307
|
-
[ItemIdentifier.MangroveSign]: null;
|
|
16308
|
-
[ItemIdentifier.MagmaCubeSpawnEgg]: null;
|
|
16309
|
-
[ItemIdentifier.MangroveWood]: BlockType<BlockIdentifier.MangroveWood>;
|
|
16310
|
-
[ItemIdentifier.ZombiePigmanSpawnEgg]: null;
|
|
16311
|
-
[ItemIdentifier.PolishedTuff]: BlockType<BlockIdentifier.PolishedTuff>;
|
|
16312
|
-
[ItemIdentifier.StrippedMangroveLog]: BlockType<BlockIdentifier.StrippedMangroveLog>;
|
|
16313
|
-
[ItemIdentifier.CherryLog]: BlockType<BlockIdentifier.CherryLog>;
|
|
16314
|
-
[ItemIdentifier.DeadFireCoralFan]: BlockType<BlockIdentifier.DeadFireCoralFan>;
|
|
16315
|
-
[ItemIdentifier.IronLeggings]: null;
|
|
16316
|
-
[ItemIdentifier.Pufferfish]: null;
|
|
16317
|
-
[ItemIdentifier.AmethystShard]: null;
|
|
16318
|
-
[ItemIdentifier.StrippedDarkOakWood]: BlockType<BlockIdentifier.StrippedDarkOakWood>;
|
|
16319
|
-
[ItemIdentifier.StrippedCherryWood]: BlockType<BlockIdentifier.StrippedCherryWood>;
|
|
16320
|
-
[ItemIdentifier.StrippedWarpedHyphae]: BlockType<BlockIdentifier.StrippedWarpedHyphae>;
|
|
16321
|
-
[ItemIdentifier.Barrier]: BlockType<BlockIdentifier.Barrier>;
|
|
16322
|
-
[ItemIdentifier.AcaciaLeaves]: BlockType<BlockIdentifier.AcaciaLeaves>;
|
|
16323
|
-
[ItemIdentifier.MangrovePropagule]: BlockType<BlockIdentifier.MangrovePropagule>;
|
|
16324
|
-
[ItemIdentifier.StickyPiston]: BlockType<BlockIdentifier.StickyPiston>;
|
|
16325
|
-
[ItemIdentifier.OakSapling]: BlockType<BlockIdentifier.OakSapling>;
|
|
16326
|
-
[ItemIdentifier.WhiteTulip]: BlockType<BlockIdentifier.WhiteTulip>;
|
|
16327
|
-
[ItemIdentifier.DarkOakSapling]: BlockType<BlockIdentifier.DarkOakSapling>;
|
|
16328
|
-
[ItemIdentifier.SuspiciousStew]: null;
|
|
16329
|
-
[ItemIdentifier.BeeNest]: BlockType<BlockIdentifier.BeeNest>;
|
|
16330
|
-
[ItemIdentifier.TadpoleBucket]: null;
|
|
16331
|
-
[ItemIdentifier.WheatSeeds]: null;
|
|
16332
|
-
[ItemIdentifier.MelonSeeds]: null;
|
|
16333
|
-
[ItemIdentifier.SoulSand]: BlockType<BlockIdentifier.SoulSand>;
|
|
16334
|
-
[ItemIdentifier.Sugar]: null;
|
|
16335
|
-
[ItemIdentifier.SpruceChestBoat]: null;
|
|
16336
|
-
[ItemIdentifier.CherryBoat]: null;
|
|
16337
|
-
[ItemIdentifier.MangroveChestBoat]: null;
|
|
16338
|
-
[ItemIdentifier.CookedCod]: null;
|
|
16339
|
-
[ItemIdentifier.SmallAmethystBud]: BlockType<BlockIdentifier.SmallAmethystBud>;
|
|
16340
|
-
[ItemIdentifier.Apple]: null;
|
|
16341
|
-
[ItemIdentifier.SweetBerries]: null;
|
|
16342
|
-
[ItemIdentifier.LargeFern]: BlockType<BlockIdentifier.LargeFern>;
|
|
16343
|
-
[ItemIdentifier.TallGrass]: BlockType<BlockIdentifier.TallGrass>;
|
|
16344
|
-
[ItemIdentifier.PufferfishSpawnEgg]: null;
|
|
16345
|
-
[ItemIdentifier.LeatherLeggings]: null;
|
|
16346
|
-
[ItemIdentifier.BubbleCoralFan]: BlockType<BlockIdentifier.BubbleCoralFan>;
|
|
16347
|
-
[ItemIdentifier.FireCoral]: BlockType<BlockIdentifier.FireCoral>;
|
|
16348
|
-
[ItemIdentifier.DeadFireCoral]: BlockType<BlockIdentifier.DeadFireCoral>;
|
|
16349
|
-
[ItemIdentifier.CryingObsidian]: BlockType<BlockIdentifier.CryingObsidian>;
|
|
16350
|
-
[ItemIdentifier.Lilac]: BlockType<BlockIdentifier.Lilac>;
|
|
16351
|
-
[ItemIdentifier.DeadTubeCoral]: BlockType<BlockIdentifier.DeadTubeCoral>;
|
|
16352
|
-
[ItemIdentifier.DeadBrainCoralFan]: BlockType<BlockIdentifier.DeadBrainCoralFan>;
|
|
16353
|
-
[ItemIdentifier.DeadTubeCoralFan]: BlockType<BlockIdentifier.DeadTubeCoralFan>;
|
|
16354
|
-
[ItemIdentifier.LingeringPotion]: null;
|
|
16355
|
-
[ItemIdentifier.AzureBluet]: BlockType<BlockIdentifier.AzureBluet>;
|
|
16356
|
-
[ItemIdentifier.YellowDye]: null;
|
|
16357
|
-
[ItemIdentifier.WanderingTraderSpawnEgg]: null;
|
|
16358
|
-
[ItemIdentifier.DeadBrainCoralBlock]: BlockType<BlockIdentifier.DeadBrainCoralBlock>;
|
|
16359
|
-
[ItemIdentifier.WeepingVines]: BlockType<BlockIdentifier.WeepingVines>;
|
|
16360
|
-
[ItemIdentifier.Waterlily]: BlockType<BlockIdentifier.Waterlily>;
|
|
16361
|
-
[ItemIdentifier.LightBlueCandle]: BlockType<BlockIdentifier.LightBlueCandle>;
|
|
16362
|
-
[ItemIdentifier.Seagrass]: BlockType<BlockIdentifier.Seagrass>;
|
|
16363
|
-
[ItemIdentifier.DiamondPickaxe]: null;
|
|
16364
|
-
[ItemIdentifier.Deadbush]: BlockType<BlockIdentifier.Deadbush>;
|
|
16365
|
-
[ItemIdentifier.JungleButton]: BlockType<BlockIdentifier.JungleButton>;
|
|
16366
|
-
[ItemIdentifier.Ice]: BlockType<BlockIdentifier.Ice>;
|
|
16367
|
-
[ItemIdentifier.CyanShulkerBox]: BlockType<BlockIdentifier.CyanShulkerBox>;
|
|
16368
|
-
[ItemIdentifier.HardPinkStainedGlassPane]: BlockType<BlockIdentifier.HardPinkStainedGlassPane>;
|
|
16369
|
-
[ItemIdentifier.SnowLayer]: BlockType<BlockIdentifier.SnowLayer>;
|
|
16370
|
-
[ItemIdentifier.LightBlock0]: BlockType<BlockIdentifier.LightBlock0>;
|
|
16371
|
-
[ItemIdentifier.DarkOakBoat]: null;
|
|
16372
|
-
[ItemIdentifier.DirtWithRoots]: BlockType<BlockIdentifier.DirtWithRoots>;
|
|
16373
|
-
[ItemIdentifier.MuddyMangroveRoots]: BlockType<BlockIdentifier.MuddyMangroveRoots>;
|
|
16374
|
-
[ItemIdentifier.TropicalFish]: null;
|
|
16375
|
-
[ItemIdentifier.SporeBlossom]: BlockType<BlockIdentifier.SporeBlossom>;
|
|
16376
|
-
[ItemIdentifier.HardYellowStainedGlass]: BlockType<BlockIdentifier.HardYellowStainedGlass>;
|
|
16377
|
-
[ItemIdentifier.AmethystCluster]: BlockType<BlockIdentifier.AmethystCluster>;
|
|
16378
|
-
[ItemIdentifier.MediumAmethystBud]: BlockType<BlockIdentifier.MediumAmethystBud>;
|
|
16379
|
-
[ItemIdentifier.WoodenPressurePlate]: BlockType<BlockIdentifier.WoodenPressurePlate>;
|
|
16380
|
-
[ItemIdentifier.HuskSpawnEgg]: null;
|
|
16381
|
-
[ItemIdentifier.IronSword]: null;
|
|
16382
|
-
[ItemIdentifier.TuffSlab]: BlockType<BlockIdentifier.TuffSlab>;
|
|
16383
|
-
[ItemIdentifier.ChiseledTuff]: BlockType<BlockIdentifier.ChiseledTuff>;
|
|
16384
|
-
[ItemIdentifier.JungleChestBoat]: null;
|
|
16385
|
-
[ItemIdentifier.TuffBricks]: BlockType<BlockIdentifier.TuffBricks>;
|
|
16386
|
-
[ItemIdentifier.ChiseledTuffBricks]: BlockType<BlockIdentifier.ChiseledTuffBricks>;
|
|
16387
|
-
[ItemIdentifier.Chicken]: null;
|
|
16388
|
-
[ItemIdentifier.StoneHoe]: null;
|
|
16389
|
-
[ItemIdentifier.Beef]: null;
|
|
16390
|
-
[ItemIdentifier.ArmadilloScute]: null;
|
|
16391
|
-
[ItemIdentifier.ChainmailBoots]: null;
|
|
16392
|
-
[ItemIdentifier.Mutton]: null;
|
|
16393
|
-
[ItemIdentifier.Rabbit]: null;
|
|
16394
|
-
[ItemIdentifier.DiamondHorseArmor]: null;
|
|
16395
|
-
[ItemIdentifier.Salmon]: null;
|
|
16396
|
-
[ItemIdentifier.BoltArmorTrimSmithingTemplate]: null;
|
|
16397
|
-
[ItemIdentifier.BrownMushroom]: BlockType<BlockIdentifier.BrownMushroom>;
|
|
16398
|
-
[ItemIdentifier.RedMushroom]: BlockType<BlockIdentifier.RedMushroom>;
|
|
16399
|
-
[ItemIdentifier.BrownMushroomBlock]: BlockType<BlockIdentifier.BrownMushroomBlock>;
|
|
16400
|
-
[ItemIdentifier.Web]: BlockType<BlockIdentifier.Web>;
|
|
16401
|
-
[ItemIdentifier.EndPortalFrame]: BlockType<BlockIdentifier.EndPortalFrame>;
|
|
16402
|
-
[ItemIdentifier.ArmorStand]: null;
|
|
16403
|
-
[ItemIdentifier.InfestedStoneBricks]: BlockType<BlockIdentifier.InfestedStoneBricks>;
|
|
16404
|
-
[ItemIdentifier.InfestedMossyStoneBricks]: BlockType<BlockIdentifier.InfestedMossyStoneBricks>;
|
|
16405
|
-
[ItemIdentifier.InfestedCrackedStoneBricks]: BlockType<BlockIdentifier.InfestedCrackedStoneBricks>;
|
|
16406
|
-
[ItemIdentifier.SnifferEgg]: BlockType<BlockIdentifier.SnifferEgg>;
|
|
16407
|
-
[ItemIdentifier.ChainmailLeggings]: null;
|
|
16408
|
-
[ItemIdentifier.ChickenSpawnEgg]: null;
|
|
16409
|
-
[ItemIdentifier.OcelotSpawnEgg]: null;
|
|
16410
|
-
[ItemIdentifier.ReinforcedDeepslate]: BlockType<BlockIdentifier.ReinforcedDeepslate>;
|
|
16411
|
-
[ItemIdentifier.MooshroomSpawnEgg]: null;
|
|
16412
|
-
[ItemIdentifier.ParrotSpawnEgg]: null;
|
|
16413
|
-
[ItemIdentifier.MuleSpawnEgg]: null;
|
|
16414
|
-
[ItemIdentifier.HardOrangeStainedGlassPane]: BlockType<BlockIdentifier.HardOrangeStainedGlassPane>;
|
|
16415
|
-
[ItemIdentifier.ZombieHorseSpawnEgg]: null;
|
|
16416
|
-
[ItemIdentifier.EndermanSpawnEgg]: null;
|
|
16417
|
-
[ItemIdentifier.SilverfishSpawnEgg]: null;
|
|
16418
|
-
[ItemIdentifier.WitherSkeletonSpawnEgg]: null;
|
|
16419
|
-
[ItemIdentifier.CookedPorkchop]: null;
|
|
16420
|
-
[ItemIdentifier.MusicDiscOtherside]: null;
|
|
16421
|
-
[ItemIdentifier.LeatherBoots]: null;
|
|
16422
|
-
[ItemIdentifier.SpiderSpawnEgg]: null;
|
|
16423
|
-
[ItemIdentifier.Sculk]: BlockType<BlockIdentifier.Sculk>;
|
|
16424
|
-
[ItemIdentifier.ZombieSpawnEgg]: null;
|
|
16425
|
-
[ItemIdentifier.MusicDiscPrecipice]: null;
|
|
16426
|
-
[ItemIdentifier.WitchSpawnEgg]: null;
|
|
16427
|
-
[ItemIdentifier.GuardianSpawnEgg]: null;
|
|
16428
|
-
[ItemIdentifier.DamagedAnvil]: BlockType<BlockIdentifier.DamagedAnvil>;
|
|
16429
|
-
[ItemIdentifier.PiglinSpawnEgg]: null;
|
|
16430
|
-
[ItemIdentifier.ZoglinSpawnEgg]: null;
|
|
16431
|
-
[ItemIdentifier.Loom]: BlockType<BlockIdentifier.Loom>;
|
|
16432
|
-
[ItemIdentifier.AxolotlSpawnEgg]: null;
|
|
16433
|
-
[ItemIdentifier.AllaySpawnEgg]: null;
|
|
16434
|
-
[ItemIdentifier.NetheriteAxe]: null;
|
|
16435
|
-
[ItemIdentifier.VindicatorSpawnEgg]: null;
|
|
16436
|
-
[ItemIdentifier.EvokerSpawnEgg]: null;
|
|
16437
|
-
[ItemIdentifier.PhantomSpawnEgg]: null;
|
|
16438
|
-
[ItemIdentifier.SnowGolemSpawnEgg]: null;
|
|
16439
|
-
[ItemIdentifier.SnifferSpawnEgg]: null;
|
|
16440
|
-
[ItemIdentifier.ArmadilloSpawnEgg]: null;
|
|
16441
|
-
[ItemIdentifier.MusicDisc13]: null;
|
|
16442
|
-
[ItemIdentifier.Bedrock]: BlockType<BlockIdentifier.Bedrock>;
|
|
16443
|
-
[ItemIdentifier.Dirt]: BlockType<BlockIdentifier.Dirt>;
|
|
16444
|
-
[ItemIdentifier.Magma]: BlockType<BlockIdentifier.Magma>;
|
|
16445
|
-
[ItemIdentifier.EndStone]: BlockType<BlockIdentifier.EndStone>;
|
|
16446
|
-
[ItemIdentifier.ChorusFruit]: null;
|
|
16447
|
-
[ItemIdentifier.BrainCoralBlock]: BlockType<BlockIdentifier.BrainCoralBlock>;
|
|
16448
|
-
[ItemIdentifier.BubbleCoralBlock]: BlockType<BlockIdentifier.BubbleCoralBlock>;
|
|
16449
|
-
[ItemIdentifier.DeadBubbleCoralBlock]: BlockType<BlockIdentifier.DeadBubbleCoralBlock>;
|
|
16450
|
-
[ItemIdentifier.DeadFireCoralBlock]: BlockType<BlockIdentifier.DeadFireCoralBlock>;
|
|
16451
|
-
[ItemIdentifier.IronHelmet]: null;
|
|
16452
|
-
[ItemIdentifier.GoldenHelmet]: null;
|
|
16453
|
-
[ItemIdentifier.LeatherChestplate]: null;
|
|
16454
|
-
[ItemIdentifier.GoldenChestplate]: null;
|
|
16455
|
-
[ItemIdentifier.MangroveHangingSign]: BlockType<BlockIdentifier.MangroveHangingSign>;
|
|
16456
|
-
[ItemIdentifier.DiamondLeggings]: null;
|
|
16457
|
-
[ItemIdentifier.WoodenButton]: BlockType<BlockIdentifier.WoodenButton>;
|
|
16458
|
-
[ItemIdentifier.GoldenBoots]: null;
|
|
16459
|
-
[ItemIdentifier.WoodenSword]: null;
|
|
16460
|
-
[ItemIdentifier.DiamondAxe]: null;
|
|
16461
|
-
[ItemIdentifier.StonePickaxe]: null;
|
|
16462
|
-
[ItemIdentifier.IronPickaxe]: null;
|
|
16463
|
-
[ItemIdentifier.BambooSign]: null;
|
|
16464
|
-
[ItemIdentifier.PinkCandle]: BlockType<BlockIdentifier.PinkCandle>;
|
|
16465
|
-
[ItemIdentifier.GoldenShovel]: null;
|
|
16466
|
-
[ItemIdentifier.DiamondShovel]: null;
|
|
16467
|
-
[ItemIdentifier.NetheriteShovel]: null;
|
|
16468
|
-
[ItemIdentifier.GoldenHoe]: null;
|
|
16469
|
-
[ItemIdentifier.DiamondHoe]: null;
|
|
16470
|
-
[ItemIdentifier.BrownShulkerBox]: BlockType<BlockIdentifier.BrownShulkerBox>;
|
|
16471
|
-
[ItemIdentifier.CookedChicken]: null;
|
|
16472
|
-
[ItemIdentifier.PumpkinPie]: null;
|
|
16473
|
-
[ItemIdentifier.WarpedFungusOnAStick]: null;
|
|
16474
|
-
[ItemIdentifier.Snowball]: null;
|
|
16475
|
-
[ItemIdentifier.LeatherHorseArmor]: null;
|
|
16476
|
-
[ItemIdentifier.TurtleHelmet]: null;
|
|
16477
|
-
[ItemIdentifier.TotemOfUndying]: null;
|
|
16478
|
-
[ItemIdentifier.ExperienceBottle]: null;
|
|
16479
|
-
[ItemIdentifier.Potion]: null;
|
|
16480
|
-
[ItemIdentifier.MusicDiscCat]: null;
|
|
16481
|
-
[ItemIdentifier.Spyglass]: null;
|
|
16482
|
-
[ItemIdentifier.Torch]: BlockType<BlockIdentifier.Torch>;
|
|
16483
|
-
[ItemIdentifier.SoulTorch]: BlockType<BlockIdentifier.SoulTorch>;
|
|
16484
|
-
[ItemIdentifier.Rail]: BlockType<BlockIdentifier.Rail>;
|
|
16485
|
-
[ItemIdentifier.SoulLantern]: BlockType<BlockIdentifier.SoulLantern>;
|
|
16486
|
-
[ItemIdentifier.Candle]: BlockType<BlockIdentifier.Candle>;
|
|
16487
|
-
[ItemIdentifier.MagentaCandle]: BlockType<BlockIdentifier.MagentaCandle>;
|
|
16488
|
-
[ItemIdentifier.LimeCandle]: BlockType<BlockIdentifier.LimeCandle>;
|
|
16489
|
-
[ItemIdentifier.GrayCandle]: BlockType<BlockIdentifier.GrayCandle>;
|
|
16490
|
-
[ItemIdentifier.HardPinkStainedGlass]: BlockType<BlockIdentifier.HardPinkStainedGlass>;
|
|
16491
|
-
[ItemIdentifier.LightGrayCandle]: BlockType<BlockIdentifier.LightGrayCandle>;
|
|
16492
|
-
[ItemIdentifier.PowderSnowBucket]: null;
|
|
16493
|
-
[ItemIdentifier.BlackCandle]: BlockType<BlockIdentifier.BlackCandle>;
|
|
16494
|
-
[ItemIdentifier.SheafPotterySherd]: null;
|
|
16495
|
-
[ItemIdentifier.CraftingTable]: BlockType<BlockIdentifier.CraftingTable>;
|
|
16496
|
-
[ItemIdentifier.SmithingTable]: BlockType<BlockIdentifier.SmithingTable>;
|
|
16497
|
-
[ItemIdentifier.MusicDiscStrad]: null;
|
|
16498
|
-
[ItemIdentifier.SoulCampfire]: BlockType<BlockIdentifier.SoulCampfire>;
|
|
16499
|
-
[ItemIdentifier.BlastFurnace]: BlockType<BlockIdentifier.BlastFurnace>;
|
|
16500
|
-
[ItemIdentifier.ChemistryTable]: BlockType<BlockIdentifier.ChemistryTable>;
|
|
16501
|
-
[ItemIdentifier.BrewingStand]: BlockType<BlockIdentifier.BrewingStand>;
|
|
16502
|
-
[ItemIdentifier.EnchantingTable]: BlockType<BlockIdentifier.EnchantingTable>;
|
|
16503
|
-
[ItemIdentifier.Bookshelf]: BlockType<BlockIdentifier.Bookshelf>;
|
|
16504
|
-
[ItemIdentifier.ChiseledBookshelf]: BlockType<BlockIdentifier.ChiseledBookshelf>;
|
|
16505
|
-
[ItemIdentifier.TrappedChest]: BlockType<BlockIdentifier.TrappedChest>;
|
|
16506
|
-
[ItemIdentifier.RabbitFoot]: null;
|
|
16507
|
-
[ItemIdentifier.UndyedShulkerBox]: BlockType<BlockIdentifier.UndyedShulkerBox>;
|
|
16508
|
-
[ItemIdentifier.WhiteShulkerBox]: BlockType<BlockIdentifier.WhiteShulkerBox>;
|
|
16509
|
-
[ItemIdentifier.GrayShulkerBox]: BlockType<BlockIdentifier.GrayShulkerBox>;
|
|
16510
|
-
[ItemIdentifier.BlackShulkerBox]: BlockType<BlockIdentifier.BlackShulkerBox>;
|
|
16511
|
-
[ItemIdentifier.RedShulkerBox]: BlockType<BlockIdentifier.RedShulkerBox>;
|
|
16512
|
-
[ItemIdentifier.OrangeShulkerBox]: BlockType<BlockIdentifier.OrangeShulkerBox>;
|
|
16513
|
-
[ItemIdentifier.HardBlackStainedGlassPane]: BlockType<BlockIdentifier.HardBlackStainedGlassPane>;
|
|
16514
|
-
[ItemIdentifier.LimeShulkerBox]: BlockType<BlockIdentifier.LimeShulkerBox>;
|
|
16515
|
-
[ItemIdentifier.GreenShulkerBox]: BlockType<BlockIdentifier.GreenShulkerBox>;
|
|
16516
|
-
[ItemIdentifier.Quartz]: null;
|
|
16517
|
-
[ItemIdentifier.MagentaShulkerBox]: BlockType<BlockIdentifier.MagentaShulkerBox>;
|
|
16518
|
-
[ItemIdentifier.MusicDiscChirp]: null;
|
|
16519
|
-
[ItemIdentifier.MusicDiscMall]: null;
|
|
16520
|
-
[ItemIdentifier.MusicDiscWard]: null;
|
|
16521
|
-
[ItemIdentifier.LightningRod]: BlockType<BlockIdentifier.LightningRod>;
|
|
16522
|
-
[ItemIdentifier.MusicDiscCreatorMusicBox]: null;
|
|
16523
|
-
[ItemIdentifier.DangerPotterySherd]: null;
|
|
16524
|
-
[ItemIdentifier.DiscFragment5]: null;
|
|
16525
|
-
[ItemIdentifier.Glowstone]: BlockType<BlockIdentifier.Glowstone>;
|
|
16526
|
-
[ItemIdentifier.BirchSign]: null;
|
|
16527
|
-
[ItemIdentifier.CrimsonSign]: null;
|
|
16528
|
-
[ItemIdentifier.WarpedSign]: null;
|
|
16529
|
-
[ItemIdentifier.FireworkStar]: null;
|
|
16530
|
-
[ItemIdentifier.SpruceHangingSign]: BlockType<BlockIdentifier.SpruceHangingSign>;
|
|
16531
|
-
[ItemIdentifier.BambooHangingSign]: BlockType<BlockIdentifier.BambooHangingSign>;
|
|
16532
|
-
[ItemIdentifier.CrimsonHangingSign]: BlockType<BlockIdentifier.CrimsonHangingSign>;
|
|
16533
|
-
[ItemIdentifier.HardGrayStainedGlassPane]: BlockType<BlockIdentifier.HardGrayStainedGlassPane>;
|
|
16534
|
-
[ItemIdentifier.Painting]: null;
|
|
16535
|
-
[ItemIdentifier.HoneyBottle]: null;
|
|
16536
|
-
[ItemIdentifier.LavaBucket]: null;
|
|
16537
|
-
[ItemIdentifier.CodBucket]: null;
|
|
16538
|
-
[ItemIdentifier.WitherSpawnEgg]: null;
|
|
16539
|
-
[ItemIdentifier.PufferfishBucket]: null;
|
|
16540
|
-
[ItemIdentifier.Skull]: BlockType<BlockIdentifier.Skull>;
|
|
16541
|
-
[ItemIdentifier.HeartPotterySherd]: null;
|
|
16542
|
-
[ItemIdentifier.Bell]: BlockType<BlockIdentifier.Bell>;
|
|
16543
|
-
[ItemIdentifier.Anvil]: BlockType<BlockIdentifier.Anvil>;
|
|
16544
|
-
[ItemIdentifier.Conduit]: BlockType<BlockIdentifier.Conduit>;
|
|
16545
|
-
[ItemIdentifier.StonecutterBlock]: BlockType<BlockIdentifier.StonecutterBlock>;
|
|
16546
|
-
[ItemIdentifier.RawIron]: null;
|
|
16547
|
-
[ItemIdentifier.RawGold]: null;
|
|
16548
|
-
[ItemIdentifier.HardGlass]: BlockType<BlockIdentifier.HardGlass>;
|
|
16549
|
-
[ItemIdentifier.RawCopper]: null;
|
|
16550
|
-
[ItemIdentifier.IronIngot]: null;
|
|
16551
|
-
[ItemIdentifier.PrismarineShard]: null;
|
|
16552
|
-
[ItemIdentifier.BlazePowder]: null;
|
|
16553
|
-
[ItemIdentifier.DragonBreath]: null;
|
|
16554
|
-
[ItemIdentifier.HardGreenStainedGlass]: BlockType<BlockIdentifier.HardGreenStainedGlass>;
|
|
16555
|
-
[ItemIdentifier.NetherStar]: null;
|
|
16556
|
-
[ItemIdentifier.Paper]: null;
|
|
16557
|
-
[ItemIdentifier.LightBlock4]: BlockType<BlockIdentifier.LightBlock4>;
|
|
16558
|
-
[ItemIdentifier.Tnt]: BlockType<BlockIdentifier.Tnt>;
|
|
16559
|
-
[ItemIdentifier.HardWhiteStainedGlass]: BlockType<BlockIdentifier.HardWhiteStainedGlass>;
|
|
16560
|
-
[ItemIdentifier.HardPurpleStainedGlass]: BlockType<BlockIdentifier.HardPurpleStainedGlass>;
|
|
16561
|
-
[ItemIdentifier.HardBrownStainedGlass]: BlockType<BlockIdentifier.HardBrownStainedGlass>;
|
|
16562
|
-
[ItemIdentifier.HardRedStainedGlass]: BlockType<BlockIdentifier.HardRedStainedGlass>;
|
|
16563
|
-
[ItemIdentifier.HardWhiteStainedGlassPane]: BlockType<BlockIdentifier.HardWhiteStainedGlassPane>;
|
|
16564
|
-
[ItemIdentifier.HardYellowStainedGlassPane]: BlockType<BlockIdentifier.HardYellowStainedGlassPane>;
|
|
16565
|
-
[ItemIdentifier.HardLimeStainedGlassPane]: BlockType<BlockIdentifier.HardLimeStainedGlassPane>;
|
|
16566
|
-
[ItemIdentifier.GlowStick]: null;
|
|
16567
|
-
[ItemIdentifier.BambooButton]: BlockType<BlockIdentifier.BambooButton>;
|
|
16568
|
-
[ItemIdentifier.Sparkler]: null;
|
|
16569
|
-
[ItemIdentifier.SpruceBoat]: null;
|
|
16570
|
-
[ItemIdentifier.LodestoneCompass]: null;
|
|
16571
|
-
[ItemIdentifier.Air]: BlockType<BlockIdentifier.Air>;
|
|
16572
|
-
[ItemIdentifier.FireworkRocket]: null;
|
|
16573
|
-
[ItemIdentifier.BirchChestBoat]: null;
|
|
16574
|
-
[ItemIdentifier.GoldenRail]: BlockType<BlockIdentifier.GoldenRail>;
|
|
16575
|
-
[ItemIdentifier.Minecart]: null;
|
|
16576
|
-
[ItemIdentifier.HopperMinecart]: null;
|
|
16577
|
-
[ItemIdentifier.RedstoneTorch]: BlockType<BlockIdentifier.RedstoneTorch>;
|
|
16578
|
-
[ItemIdentifier.AcaciaButton]: BlockType<BlockIdentifier.AcaciaButton>;
|
|
16579
|
-
[ItemIdentifier.DarkOakButton]: BlockType<BlockIdentifier.DarkOakButton>;
|
|
16580
|
-
[ItemIdentifier.CrimsonButton]: BlockType<BlockIdentifier.CrimsonButton>;
|
|
16581
|
-
[ItemIdentifier.WarpedButton]: BlockType<BlockIdentifier.WarpedButton>;
|
|
16582
|
-
[ItemIdentifier.TripwireHook]: BlockType<BlockIdentifier.TripwireHook>;
|
|
16583
|
-
[ItemIdentifier.SprucePressurePlate]: BlockType<BlockIdentifier.SprucePressurePlate>;
|
|
16584
|
-
[ItemIdentifier.MangrovePressurePlate]: BlockType<BlockIdentifier.MangrovePressurePlate>;
|
|
16585
|
-
[ItemIdentifier.StonePressurePlate]: BlockType<BlockIdentifier.StonePressurePlate>;
|
|
16586
|
-
[ItemIdentifier.HeavyWeightedPressurePlate]: BlockType<BlockIdentifier.HeavyWeightedPressurePlate>;
|
|
16587
|
-
[ItemIdentifier.PolishedBlackstonePressurePlate]: BlockType<BlockIdentifier.PolishedBlackstonePressurePlate>;
|
|
16588
|
-
[ItemIdentifier.Repeater]: null;
|
|
16589
|
-
[ItemIdentifier.Comparator]: null;
|
|
16590
|
-
[ItemIdentifier.Piston]: BlockType<BlockIdentifier.Piston>;
|
|
16591
|
-
[ItemIdentifier.FlowerBannerPattern]: null;
|
|
16592
|
-
[ItemIdentifier.MojangBannerPattern]: null;
|
|
16593
|
-
[ItemIdentifier.BordureIndentedBannerPattern]: null;
|
|
16594
|
-
[ItemIdentifier.GlobeBannerPattern]: null;
|
|
16595
|
-
[ItemIdentifier.WildArmorTrimSmithingTemplate]: null;
|
|
16596
|
-
[ItemIdentifier.FlowBannerPattern]: null;
|
|
16597
|
-
[ItemIdentifier.AnglerPotterySherd]: null;
|
|
16598
|
-
[ItemIdentifier.BladePotterySherd]: null;
|
|
16599
|
-
[ItemIdentifier.MinerPotterySherd]: null;
|
|
16600
|
-
[ItemIdentifier.MournerPotterySherd]: null;
|
|
16601
|
-
[ItemIdentifier.PlentyPotterySherd]: null;
|
|
16602
|
-
[ItemIdentifier.VexArmorTrimSmithingTemplate]: null;
|
|
16603
|
-
[ItemIdentifier.DuneArmorTrimSmithingTemplate]: null;
|
|
16604
|
-
[ItemIdentifier.ShaperArmorTrimSmithingTemplate]: null;
|
|
16605
|
-
[ItemIdentifier.SilenceArmorTrimSmithingTemplate]: null;
|
|
16606
|
-
[ItemIdentifier.TideArmorTrimSmithingTemplate]: null;
|
|
16607
|
-
[ItemIdentifier.Chain]: BlockType<BlockIdentifier.Chain>;
|
|
16608
|
-
[ItemIdentifier.DecoratedPot]: BlockType<BlockIdentifier.DecoratedPot>;
|
|
16609
|
-
[ItemIdentifier.OminousTrialKey]: null;
|
|
16610
|
-
[ItemIdentifier.LightBlock15]: BlockType<BlockIdentifier.LightBlock15>;
|
|
16611
|
-
[ItemIdentifier.FilledMap]: null;
|
|
16612
|
-
[ItemIdentifier.BorderBlock]: BlockType<BlockIdentifier.BorderBlock>;
|
|
16613
|
-
[ItemIdentifier.LightBlock2]: BlockType<BlockIdentifier.LightBlock2>;
|
|
16614
|
-
[ItemIdentifier.LightBlock3]: BlockType<BlockIdentifier.LightBlock3>;
|
|
16615
|
-
[ItemIdentifier.LightBlock6]: BlockType<BlockIdentifier.LightBlock6>;
|
|
16616
|
-
[ItemIdentifier.LightBlock7]: BlockType<BlockIdentifier.LightBlock7>;
|
|
16617
|
-
[ItemIdentifier.LightBlock11]: BlockType<BlockIdentifier.LightBlock11>;
|
|
16618
|
-
[ItemIdentifier.Stone]: BlockType<BlockIdentifier.Stone>;
|
|
16619
|
-
[ItemIdentifier.Sand]: BlockType<BlockIdentifier.Sand>;
|
|
16620
|
-
[ItemIdentifier.RedSandstone]: BlockType<BlockIdentifier.RedSandstone>;
|
|
16621
|
-
[ItemIdentifier.Sandstone]: BlockType<BlockIdentifier.Sandstone>;
|
|
16622
|
-
[ItemIdentifier.QuartzBlock]: BlockType<BlockIdentifier.QuartzBlock>;
|
|
16623
|
-
[ItemIdentifier.Prismarine]: BlockType<BlockIdentifier.Prismarine>;
|
|
16624
|
-
[ItemIdentifier.Bucket]: null;
|
|
16625
|
-
[ItemIdentifier.Bundle]: null;
|
|
16626
|
-
[ItemIdentifier.BlackBundle]: null;
|
|
16627
|
-
[ItemIdentifier.BlueBundle]: null;
|
|
16628
|
-
[ItemIdentifier.BrownBundle]: null;
|
|
16629
|
-
[ItemIdentifier.CyanBundle]: null;
|
|
16630
|
-
[ItemIdentifier.GrayBundle]: null;
|
|
16631
|
-
[ItemIdentifier.GreenBundle]: null;
|
|
16632
|
-
[ItemIdentifier.LightBlueBundle]: null;
|
|
16633
|
-
[ItemIdentifier.LightGrayBundle]: null;
|
|
16634
|
-
[ItemIdentifier.LimeBundle]: null;
|
|
16635
|
-
[ItemIdentifier.MagentaBundle]: null;
|
|
16636
|
-
[ItemIdentifier.OrangeBundle]: null;
|
|
16637
|
-
[ItemIdentifier.PinkBundle]: null;
|
|
16638
|
-
[ItemIdentifier.PurpleBundle]: null;
|
|
16639
|
-
[ItemIdentifier.RedBundle]: null;
|
|
16640
|
-
[ItemIdentifier.WhiteBundle]: null;
|
|
16641
|
-
[ItemIdentifier.YellowBundle]: null;
|
|
16642
|
-
}
|
|
16643
|
-
|
|
16644
|
-
interface ItemUseOptions {
|
|
16645
|
-
/**
|
|
16646
|
-
* The use method of the item.
|
|
16647
|
-
*/
|
|
16648
|
-
method: ItemUseMethod;
|
|
16649
|
-
/**
|
|
16650
|
-
* The predicted amount of durability used during the use of the item.
|
|
16651
|
-
*/
|
|
16652
|
-
predictedDurability?: number | null;
|
|
16653
|
-
/**
|
|
16654
|
-
* Whether the use of the item was canceled.
|
|
16655
|
-
*/
|
|
16656
|
-
canceled?: boolean;
|
|
16657
|
-
}
|
|
16658
|
-
interface ItemUseOnBlockOptions extends ItemUseOptions {
|
|
16659
|
-
/**
|
|
16660
|
-
* The target block that the item is being used on.
|
|
16661
|
-
*/
|
|
16662
|
-
targetBlock: Block;
|
|
16663
|
-
/**
|
|
16664
|
-
* The position, relative to the target block, that the item is being used on.
|
|
16665
|
-
*/
|
|
16666
|
-
clickPosition: Vector3f;
|
|
16667
|
-
/**
|
|
16668
|
-
* The face of the trget block that the item is being used on.
|
|
16669
|
-
*/
|
|
16670
|
-
face: BlockFace;
|
|
16671
|
-
}
|
|
16672
|
-
interface ItemUseOnEntityOptions extends ItemUseOptions {
|
|
16673
|
-
/**
|
|
16674
|
-
* The target entity that the item is being used on.
|
|
16675
|
-
*/
|
|
16676
|
-
targetEntity: Entity;
|
|
16677
|
-
}
|
|
16678
|
-
|
|
16679
|
-
interface ItemTypeProperties {
|
|
16680
|
-
properties: CompoundTag<unknown>;
|
|
16681
|
-
isComponentBased: boolean;
|
|
16682
|
-
version: number;
|
|
16683
|
-
maxAmount: number;
|
|
16684
|
-
tool: ItemToolType;
|
|
16685
|
-
tier: ItemToolTier;
|
|
16686
|
-
tags: Array<string>;
|
|
16687
|
-
blockType: BlockType | null;
|
|
16688
|
-
creativeCategory: CreativeItemCategory;
|
|
16689
|
-
creativeGroup: CreativeItemGroup | string;
|
|
16690
|
-
}
|
|
16691
|
-
interface ItemStackProperties {
|
|
16692
|
-
amount: number;
|
|
16693
|
-
metadata: number;
|
|
16694
|
-
world?: World;
|
|
16695
|
-
entry?: ItemStackEntry;
|
|
16696
|
-
}
|
|
16697
|
-
|
|
16698
|
-
/**
|
|
16699
|
-
* Represents a component that stores a set size of items.
|
|
16700
|
-
*/
|
|
16701
|
-
interface ItemStorage extends JSONLikeObject {
|
|
16702
|
-
/**
|
|
16703
|
-
* The amount of slots in the storage.
|
|
16704
|
-
*/
|
|
16705
|
-
size: number;
|
|
16706
|
-
/**
|
|
16707
|
-
* The items in the storage.
|
|
16708
|
-
*/
|
|
16709
|
-
items: Array<[number, ItemStackEntry]>;
|
|
16710
|
-
}
|
|
16711
|
-
|
|
16712
15472
|
type CommandContext<T = NonNullable<unknown>> = {
|
|
16713
15473
|
origin: Dimension | Entity;
|
|
16714
15474
|
} & T;
|
|
@@ -17435,4 +16195,4 @@ declare class Astar {
|
|
|
17435
16195
|
private inSet;
|
|
17436
16196
|
}
|
|
17437
16197
|
|
|
17438
|
-
export { AbilityEnum, AbilityMap, type AcaciaButtonBlock, type AcaciaDoorBlock, type AcaciaDoubleSlabBlock, type AcaciaFenceGateBlock, type AcaciaHangingSignBlock, type AcaciaLeavesBlock, type AcaciaLogBlock, type AcaciaPressurePlateBlock, type AcaciaSaplingBlock, type AcaciaSlabBlock, type AcaciaStairsBlock, type AcaciaStandingSignBlock, type AcaciaTrapdoorBlock, type AcaciaWallSignBlock, type AcaciaWoodBlock, ActionForm, type ActionFormButton, type ActionFormImage, type ActivatorRailBlock, ActorFlagMap, type AlliumBlock, type AmethystClusterBlock, type AndesiteDoubleSlabBlock, type AndesiteSlabBlock, type AndesiteStairsBlock, type AnvilBlock, Astar, type Attachment, AttributeMap, type AzaleaLeavesBlock, type AzaleaLeavesFloweredBlock, type AzureBluetBlock, type BambooBlock, type BambooBlockBlock, type BambooButtonBlock, type BambooDoorBlock, type BambooDoubleSlabBlock, type BambooFenceGateBlock, type BambooHangingSignBlock, type BambooLeafSize, type BambooMosaicDoubleSlabBlock, type BambooMosaicSlabBlock, type BambooMosaicStairsBlock, type BambooPressurePlateBlock, type BambooSaplingBlock, type BambooSlabBlock, type BambooStairsBlock, type BambooStalkThickness, type BambooStandingSignBlock, type BambooTrapdoorBlock, type BambooWallSignBlock, type BarrelBlock, type BasaltBlock, type BedBlock, type BedrockBlock, type BeeNestBlock, type BeehiveBlock, type BeetrootBlock, type BellBlock, type BigDripleafBlock, type BigDripleafTilt, BinaryHeap, type BinaryItem, type BirchButtonBlock, type BirchDoorBlock, type BirchDoubleSlabBlock, type BirchFenceGateBlock, type BirchHangingSignBlock, type BirchLeavesBlock, type BirchLogBlock, type BirchPressurePlateBlock, type BirchSaplingBlock, type BirchSlabBlock, type BirchStairsBlock, type BirchStandingSignBlock, type BirchTrapdoorBlock, type BirchWallSignBlock, type BirchWoodBlock, type BlackCandleBlock, type BlackCandleCakeBlock, type BlackGlazedTerracottaBlock, type BlackstoneDoubleSlabBlock, type BlackstoneSlabBlock, type BlackstoneStairsBlock, type BlackstoneWallBlock, type BlastFurnaceBlock, Block, BlockButtonTrait, BlockCardinalDirectionTrait, BlockCommandBlockTrait, BlockContainer, BlockCraftingTableTrait, type BlockDestroyOptions, BlockDirectionTrait, type BlockEntry, BlockEnum, BlockFacingDirection, BlockIdentifier, type BlockInteractionOptions, BlockInventoryTrait, type BlockInventoryTraitOptions, BlockOpenBitTrait, BlockPalette, BlockPermutation, BlockPermutationUpdateSignal, BlockPillarAxisTrait, type BlockPlacementOptions, type BlockProperties, type BlockState, BlockStorage, BlockToolType, BlockTorchDirectionTrait, BlockTrait, BlockTraits, BlockType, BlockTypeCollisionBoxComponent, BlockTypeComponent, BlockTypeCraftingTableComponent, type BlockTypeDefinition, BlockTypeFrictionComponent, BlockTypeGeometryComponent, BlockTypeHardnessComponent, BlockTypeInteractableComponent, BlockTypeLightEmissionComponent, BlockTypeMaterialInstancesComponent, type BlockTypeNbtDefinition, type BlockTypeNbtPermutationDefinition, type BlockTypeNbtStateDefinition, type BlockTypeProperties, BlockTypeSelectionBoxComponent, BlockTypeTransformationComponent, BlockUpdateSignal, BlockUpperTrait, BlockUpsideDownBitTrait, BlockWeirdoDirectionTrait, type BlueCandleBlock, type BlueCandleCakeBlock, type BlueGlazedTerracottaBlock, type BlueOrchidBlock, type BoneBlockBlock, BooleanEnum, type BorderBlockBlock, Bossbar, type BrainCoralBlock, type BrainCoralBlockBlock, type BrainCoralFanBlock, type BrainCoralWallFanBlock, type BrewingStandBlock, type BrickDoubleSlabBlock, type BrickSlabBlock, type BrickStairsBlock, type BrownCandleBlock, type BrownCandleCakeBlock, type BrownGlazedTerracottaBlock, type BrownMushroomBlockBlock, type BubbleColumnBlock, type BubbleCoralBlock, type BubbleCoralBlockBlock, type BubbleCoralFanBlock, type BubbleCoralWallFanBlock, type CactusBlock, type CakeBlock, type CalibratedSculkSensorBlock, type CampfireBlock, type CandleBlock, type CandleCakeBlock, CardinalDirection, type CarrotsBlock, type CarvedPumpkinBlock, type CauldronBlock, type CauldronLiquid, type CaveVinesBlock, type CaveVinesBodyWithBerriesBlock, type CaveVinesHeadWithBerriesBlock, type ChainBlock, type ChainCommandBlockBlock, type ChemistryTableBlock, type ChemistryTableType, type CherryButtonBlock, type CherryDoorBlock, type CherryDoubleSlabBlock, type CherryFenceGateBlock, type CherryHangingSignBlock, type CherryLeavesBlock, type CherryLogBlock, type CherryPressurePlateBlock, type CherrySaplingBlock, type CherrySlabBlock, type CherryStairsBlock, type CherryStandingSignBlock, type CherryTrapdoorBlock, type CherryWallSignBlock, type CherryWoodBlock, type ChestBlock, type ChippedAnvilBlock, type ChiselType, type ChiseledBookshelfBlock, type ChiseledQuartzBlockBlock, type ChiseledRedSandstoneBlock, type ChiseledSandstoneBlock, type ChiseledStoneBricksBlock, type ChorusFlowerBlock, Chunk, ChunkReadySignal, ClientSystemInfo, type CobbledDeepslateDoubleSlabBlock, type CobbledDeepslateSlabBlock, type CobbledDeepslateStairsBlock, type CobbledDeepslateWallBlock, type CobblestoneDoubleSlabBlock, type CobblestoneSlabBlock, type CobblestoneWallBlock, type CocoaBlock, type ColoredTorchBpBlock, type ColoredTorchRgBlock, Command, CommandArgumentPointer, type CommandArguments, type CommandBlockBlock, type CommandCallback, type CommandContext, CommandExecutionState, type CommandOverload, CommandPalette, CommandRegistry, type CommandRegistryCallback, type CommandResponse, CommonCommands, type ComposterBlock, ConsoleInterface, Container, type CopperBulbBlock, type CopperDoorBlock, type CopperTrapdoorBlock, type CoralColor, type CornflowerBlock, type CrackedState, type CrackedStoneBricksBlock, type CrafterBlock, CreateContentGroup, CreativeItemDescriptor, type CrimsonButtonBlock, type CrimsonDoorBlock, type CrimsonDoubleSlabBlock, type CrimsonFenceGateBlock, type CrimsonHangingSignBlock, type CrimsonHyphaeBlock, type CrimsonPressurePlateBlock, type CrimsonSlabBlock, type CrimsonStairsBlock, type CrimsonStandingSignBlock, type CrimsonStemBlock, type CrimsonTrapdoorBlock, type CrimsonWallSignBlock, type CustomBlockProperties, CustomBlockType, CustomEntityType, CustomEnum, CustomItemType, type CutCopperSlabBlock, type CutCopperStairsBlock, type CutRedSandstoneBlock, type CutRedSandstoneDoubleSlabBlock, type CutRedSandstoneSlabBlock, type CutSandstoneBlock, type CutSandstoneDoubleSlabBlock, type CutSandstoneSlabBlock, type CyanCandleBlock, type CyanCandleCakeBlock, type CyanGlazedTerracottaBlock, type Damage, type DamagedAnvilBlock, type DarkOakButtonBlock, type DarkOakDoorBlock, type DarkOakDoubleSlabBlock, type DarkOakFenceGateBlock, type DarkOakHangingSignBlock, type DarkOakLeavesBlock, type DarkOakLogBlock, type DarkOakPressurePlateBlock, type DarkOakSaplingBlock, type DarkOakSlabBlock, type DarkOakStairsBlock, type DarkOakTrapdoorBlock, type DarkOakWoodBlock, type DarkPrismarineBlock, type DarkPrismarineDoubleSlabBlock, type DarkPrismarineSlabBlock, type DarkPrismarineStairsBlock, type DarkoakStandingSignBlock, type DarkoakWallSignBlock, type DaylightDetectorBlock, type DaylightDetectorInvertedBlock, type DeadBrainCoralBlock, type DeadBrainCoralBlockBlock, type DeadBrainCoralFanBlock, type DeadBrainCoralWallFanBlock, type DeadBubbleCoralBlock, type DeadBubbleCoralBlockBlock, type DeadBubbleCoralFanBlock, type DeadBubbleCoralWallFanBlock, type DeadFireCoralBlock, type DeadFireCoralBlockBlock, type DeadFireCoralFanBlock, type DeadFireCoralWallFanBlock, type DeadHornCoralBlock, type DeadHornCoralBlockBlock, type DeadHornCoralFanBlock, type DeadHornCoralWallFanBlock, type DeadTubeCoralBlock, type DeadTubeCoralBlockBlock, type DeadTubeCoralFanBlock, type DeadTubeCoralWallFanBlock, type DecoratedPotBlock, type DeepslateBlock, type DeepslateBrickDoubleSlabBlock, type DeepslateBrickSlabBlock, type DeepslateBrickStairsBlock, type DeepslateBrickWallBlock, type DeepslateTileDoubleSlabBlock, type DeepslateTileSlabBlock, type DeepslateTileStairsBlock, type DeepslateTileWallBlock, DefaultDimensionProperties, DefaultItemStackProperties, DefaultWorldProviderProperties, type DeprecatedAnvilBlock, type DetectorRailBlock, DialogueForm, type DialogueFormButton, type DialogueFormProperties, Dimension, type DimensionProperties, type DioriteDoubleSlabBlock, type DioriteSlabBlock, type DioriteStairsBlock, type DispenserBlock, type DoubleCutCopperSlabBlock, type DoublePlantType, type DripstoneThickness, type DropperBlock, EffectAddSignal, EffectRemoveSignal, type EndBrickStairsBlock, type EndPortalFrameBlock, type EndRodBlock, type EndStoneBrickDoubleSlabBlock, type EndStoneBrickSlabBlock, type EnderChestBlock, Entity, EntityAirSupplyTrait, EntityAttributeTrait, EntityAttributeUpdateSignal, EntityCollisionTrait, EntityContainer, type EntityDeathOptions, type EntityDespawnOptions, EntityDespawnedSignal, EntityDiedSignal, EntityDimensionChangeSignal, EntityDropItemSignal, type EntityEffectOptions, EntityEffectsTrait, type EntityEntry, EntityEnum, EntityEquipmentTrait, type EntityFallOnBlockTraitEvent, EntityFlagUpdateSignal, EntityGravityTrait, EntityHealthChangedSignal, EntityHealthTrait, EntityHitSignal, EntityHurtSignal, EntityIdentifier, EntityInteractMethod, EntityInventoryTrait, type EntityInventoryTraitOptions, EntityInvisibilityTrait, EntityItemStackTrait, EntityLookAtPlayerTrait, EntityMetadataUpdateSignal, EntityMovementTrait, type EntityNpcDialogueProperty, EntityNpcTrait, EntityPalette, EntityPhysicsTrait, type EntityProperties, type EntityQueryOptions, type EntitySpawnOptions, EntitySpawnedSignal, EntityTrait, EntityTraitEnum, EntityTraits, EntityType, Enum, EventSignal, type ExposedCopperBulbBlock, type ExposedCopperDoorBlock, type ExposedCopperTrapdoorBlock, type ExposedCutCopperSlabBlock, type ExposedCutCopperStairsBlock, type ExposedDoubleCutCopperSlabBlock, FacingDirection, type FarmlandBlock, type FenceGateBlock, type FernBlock, type FireBlock, type FireCoralBlock, type FireCoralBlockBlock, type FireCoralFanBlock, type FireCoralWallFanBlock, type FlowerPotBlock, type FlowerType, type FlowingLavaBlock, type FlowingWaterBlock, Form, type FormParticipant, type FormResult, type FrameBlock, type FrostedIceBlock, type FurnaceBlock, GamemodeEnum, type GenericBlockState, type GlowFrameBlock, type GlowLichenBlock, type GoldenRailBlock, type GraniteDoubleSlabBlock, type GraniteSlabBlock, type GraniteStairsBlock, type GrayCandleBlock, type GrayCandleCakeBlock, type GrayGlazedTerracottaBlock, type GreenCandleBlock, type GreenCandleCakeBlock, type GreenGlazedTerracottaBlock, type GrindstoneBlock, Handlers, type HayBlockBlock, type HeavyWeightedPressurePlateBlock, type HopperBlock, type HornCoralBlock, type HornCoralBlockBlock, type HornCoralFanBlock, type HornCoralWallFanBlock, type IPermissionDefinition, type IPermissionGroup, type IPermissionMember, type IPermissions, type InfestedChiseledStoneBricksBlock, type InfestedCobblestoneBlock, type InfestedCrackedStoneBricksBlock, type InfestedDeepslateBlock, type InfestedMossyStoneBricksBlock, type InfestedStoneBlock, type InfestedStoneBricksBlock, IntegerEnum, InternalProvider, type IronDoorBlock, type IronTrapdoorBlock, ItemBundleTrait, ItemCategory, ItemDisplayTrait, ItemDrop, ItemDurabilityTrait, ItemEnchantableTrait, ItemEnum, ItemFoodTrait, ItemGroup, ItemIdentifier, ItemKeepOnDieTrait, ItemLiquidContainerTrait, ItemLockMode, ItemLockTrait, ItemPalette, ItemShooterTrait, ItemSpawnEggTrait, ItemStack, type ItemStackEntry, type ItemStackProperties, type ItemStorage, ItemSwordTrait, ItemToolTier, ItemToolType, ItemTrait, ItemTraits, ItemType, ItemTypeBlockPlacerComponent, ItemTypeCanDestroyInCreativeComponent, ItemTypeComponent, ItemTypeComponentCollection, ItemTypeCooldownComponent, type ItemTypeCooldownComponentOptions, ItemTypeDisplayNameComponent, ItemTypeIconComponent, ItemTypeItemPropertiesComponent, ItemTypeMaxStackComponent, type ItemTypeProperties, ItemTypeWearableComponent, type ItemUseOnBlockOptions, type ItemUseOnEntityOptions, type ItemUseOptions, type ItemWeaponComponent, ItemWeaponTrait, ItemWearableTier, ItemWearableTrait, type ItemWearableTraitProperties, type Items, type JSONLikeArray, type JSONLikeObject, type JSONLikeValue, type JigsawBlock, JsonObjectEnum, type JungleButtonBlock, type JungleDoorBlock, type JungleDoubleSlabBlock, type JungleFenceGateBlock, type JungleHangingSignBlock, type JungleLeavesBlock, type JungleLogBlock, type JunglePressurePlateBlock, type JungleSaplingBlock, type JungleSlabBlock, type JungleStairsBlock, type JungleStandingSignBlock, type JungleTrapdoorBlock, type JungleWallSignBlock, type JungleWoodBlock, type KelpBlock, type LadderBlock, type LanternBlock, type LargeAmethystBudBlock, type LargeFernBlock, type LavaBlock, type LecternBlock, LevelDBProvider, type LeverBlock, type LeverDirection, type LightBlock0Block, type LightBlock10Block, type LightBlock11Block, type LightBlock12Block, type LightBlock13Block, type LightBlock14Block, type LightBlock15Block, type LightBlock1Block, type LightBlock2Block, type LightBlock3Block, type LightBlock4Block, type LightBlock5Block, type LightBlock6Block, type LightBlock7Block, type LightBlock8Block, type LightBlock9Block, type LightBlueCandleBlock, type LightBlueCandleCakeBlock, type LightBlueGlazedTerracottaBlock, type LightGrayCandleBlock, type LightGrayCandleCakeBlock, type LightWeightedPressurePlateBlock, type LightningRodBlock, type LilacBlock, type LilyOfTheValleyBlock, type LimeCandleBlock, type LimeCandleCakeBlock, type LimeGlazedTerracottaBlock, type LitBlastFurnaceBlock, type LitFurnaceBlock, type LitPumpkinBlock, type LitSmokerBlock, type LoomBlock, type LootEntry, LootPool, LootTable, type MagentaCandleBlock, type MagentaCandleCakeBlock, type MagentaGlazedTerracottaBlock, type MangroveButtonBlock, type MangroveDoorBlock, type MangroveDoubleSlabBlock, type MangroveFenceGateBlock, type MangroveHangingSignBlock, type MangroveLeavesBlock, type MangroveLogBlock, type MangrovePressurePlateBlock, type MangrovePropaguleBlock, type MangroveSlabBlock, type MangroveStairsBlock, type MangroveStandingSignBlock, type MangroveTrapdoorBlock, type MangroveWallSignBlock, type MangroveWoodBlock, type MaterialInstanceProperties, type MediumAmethystBudBlock, type MelonStemBlock, MessageForm, MetadataMap, type MinecraftblockFace, type MinecraftcardinalDirection, type MinecraftfacingDirection, type MinecraftverticalHalf, ModalForm, type MonsterEggStoneType, type MossyCobblestoneDoubleSlabBlock, type MossyCobblestoneSlabBlock, type MossyCobblestoneStairsBlock, type MossyStoneBrickDoubleSlabBlock, type MossyStoneBrickSlabBlock, type MossyStoneBrickStairsBlock, type MossyStoneBricksBlock, type MudBrickDoubleSlabBlock, type MudBrickSlabBlock, type MudBrickStairsBlock, type MudBrickWallBlock, type MuddyMangroveRootsBlock, type NetherBrickDoubleSlabBlock, type NetherBrickSlabBlock, type NetherBrickStairsBlock, type NetherWartBlock, Network, NetworkBound, type NetworkEvents, NetworkHandler, type NetworkPacketEvent, type NetworkProperties, type NewLeafType, type NewLogType, Node, NodeEvaluator, type NormalStoneDoubleSlabBlock, type NormalStoneSlabBlock, type NormalStoneStairsBlock, type OakDoubleSlabBlock, type OakHangingSignBlock, type OakLeavesBlock, type OakLogBlock, type OakSaplingBlock, type OakSlabBlock, type OakStairsBlock, type OakWoodBlock, type ObserverBlock, type OchreFroglightBlock, OperatorCommands, type OrangeCandleBlock, type OrangeCandleCakeBlock, type OrangeGlazedTerracottaBlock, type OrangeTulipBlock, type Orientation, type OxeyeDaisyBlock, type OxidizedCopperBulbBlock, type OxidizedCopperDoorBlock, type OxidizedCopperTrapdoorBlock, type OxidizedCutCopperSlabBlock, type OxidizedCutCopperStairsBlock, type OxidizedDoubleCutCopperSlabBlock, type PearlescentFroglightBlock, type PeonyBlock, PermissionGroup, PermissionMember, type PetrifiedOakDoubleSlabBlock, type PetrifiedOakSlabBlock, type PillarAxis, type PinkCandleBlock, type PinkCandleCakeBlock, type PinkGlazedTerracottaBlock, type PinkPetalsBlock, type PinkTulipBlock, type PistonArmCollisionBlock, type PistonBlock, type PitcherCropBlock, type PitcherPlantBlock, type PlaySoundOptions, Player, PlayerAbilityUpdateSignal, PlayerBreakBlockSignal, PlayerChatSignal, PlayerChunkRenderingTrait, PlayerClosedContainerSignal, type PlayerCombatProperty, PlayerCombatTrait, PlayerCommandExecutorTrait, PlayerContainerInteractionSignal, PlayerCraftingInputTrait, PlayerCursorTrait, PlayerEntityRenderingTrait, type PlayerEntry, PlayerGamemodeChangeSignal, PlayerHungerTrait, PlayerInitializedSignal, PlayerInteractWithBlockSignal, PlayerInteractWithEntitySignal, PlayerJoinSignal, PlayerLeaveSignal, PlayerListTrait, PlayerOpenedContainerSignal, PlayerPlaceBlockSignal, type PlayerProperties, PlayerStartEmotingSignal, PlayerStartUsingItemSignal, PlayerStopEmotingSignal, PlayerStopUsingItemSignal, PlayerTrait, PlayerUseItemOnBlockSignal, PlayerUseItemOnEntitySignal, PlayerUseItemSignal, type PointedDripstoneBlock, type PolishedAndesiteDoubleSlabBlock, type PolishedAndesiteSlabBlock, type PolishedAndesiteStairsBlock, type PolishedBasaltBlock, type PolishedBlackstoneBrickDoubleSlabBlock, type PolishedBlackstoneBrickSlabBlock, type PolishedBlackstoneBrickStairsBlock, type PolishedBlackstoneBrickWallBlock, type PolishedBlackstoneButtonBlock, type PolishedBlackstoneDoubleSlabBlock, type PolishedBlackstonePressurePlateBlock, type PolishedBlackstoneSlabBlock, type PolishedBlackstoneStairsBlock, type PolishedBlackstoneWallBlock, type PolishedDeepslateDoubleSlabBlock, type PolishedDeepslateSlabBlock, type PolishedDeepslateStairsBlock, type PolishedDeepslateWallBlock, type PolishedDioriteDoubleSlabBlock, type PolishedDioriteSlabBlock, type PolishedDioriteStairsBlock, type PolishedGraniteDoubleSlabBlock, type PolishedGraniteSlabBlock, type PolishedGraniteStairsBlock, type PolishedTuffDoubleSlabBlock, type PolishedTuffSlabBlock, type PolishedTuffStairsBlock, type PolishedTuffWallBlock, type PoppyBlock, type PortalAxis, type PortalBlock, PositionEnum, type PotatoesBlock, type PoweredComparatorBlock, type PoweredRepeaterBlock, type PrismarineBlock, type PrismarineBlockType, type PrismarineBrickDoubleSlabBlock, type PrismarineBrickSlabBlock, type PrismarineBricksBlock, type PrismarineBricksStairsBlock, type PrismarineDoubleSlabBlock, type PrismarineSlabBlock, type PrismarineStairsBlock, type PumpkinBlock, type PumpkinStemBlock, type PurpleCandleBlock, type PurpleCandleCakeBlock, type PurpleGlazedTerracottaBlock, type PurpurBlockBlock, type PurpurDoubleSlabBlock, type PurpurSlabBlock, type PurpurStairsBlock, type QuartzBlockBlock, type QuartzDoubleSlabBlock, type QuartzPillarBlock, type QuartzSlabBlock, type QuartzStairsBlock, type RailBlock, type RedCandleBlock, type RedCandleCakeBlock, type RedGlazedTerracottaBlock, type RedMushroomBlockBlock, type RedNetherBrickDoubleSlabBlock, type RedNetherBrickSlabBlock, type RedNetherBrickStairsBlock, type RedSandBlock, type RedSandstoneBlock, type RedSandstoneDoubleSlabBlock, type RedSandstoneSlabBlock, type RedSandstoneStairsBlock, type RedTulipBlock, type RedstoneTorchBlock, type RedstoneWireBlock, type ReedsBlock, type RepeatingCommandBlockBlock, type ResourceManifest, ResourcePack, type ResourcePackEntry, ResourcePackManager, type ResourcePacksProperties, type RespawnAnchorBlock, type RoseBushBlock, type SandBlock, type SandStoneType, type SandType, type SandstoneBlock, type SandstoneDoubleSlabBlock, type SandstoneSlabBlock, type SandstoneStairsBlock, type SaplingType, type ScaffoldingBlock, type SculkCatalystBlock, type SculkSensorBlock, type SculkShriekerBlock, type SculkVeinBlock, type SeaGrassType, type SeaPickleBlock, type SeagrassBlock, Serenity, type SerenityProperties, ServerEvent, type ServerEvents, type ServerProperties, ServerState, type SessionPacketEvent, type ShortGrassBlock, type SilverGlazedTerracottaBlock, type SkullBlock, type SmallAmethystBudBlock, type SmallDripleafBlockBlock, type SmokerBlock, type SmoothQuartzBlock, type SmoothQuartzDoubleSlabBlock, type SmoothQuartzSlabBlock, type SmoothQuartzStairsBlock, type SmoothRedSandstoneBlock, type SmoothRedSandstoneDoubleSlabBlock, type SmoothRedSandstoneSlabBlock, type SmoothRedSandstoneStairsBlock, type SmoothSandstoneBlock, type SmoothSandstoneDoubleSlabBlock, type SmoothSandstoneSlabBlock, type SmoothSandstoneStairsBlock, type SmoothStoneDoubleSlabBlock, type SmoothStoneSlabBlock, type SnifferEggBlock, type SnowLayerBlock, SoftEnum, type SoulCampfireBlock, type SoulFireBlock, type SoulLanternBlock, type SoulTorchBlock, type SpongeBlock, type SpongeType, type SpruceButtonBlock, type SpruceDoorBlock, type SpruceDoubleSlabBlock, type SpruceFenceGateBlock, type SpruceHangingSignBlock, type SpruceLeavesBlock, type SpruceLogBlock, type SprucePressurePlateBlock, type SpruceSaplingBlock, type SpruceSlabBlock, type SpruceStairsBlock, type SpruceStandingSignBlock, type SpruceTrapdoorBlock, type SpruceWallSignBlock, type SpruceWoodBlock, type StandingBannerBlock, type StandingSignBlock, type StickyPistonArmCollisionBlock, type StickyPistonBlock, type StoneBrickDoubleSlabBlock, type StoneBrickSlabBlock, type StoneBrickStairsBlock, type StoneBrickType, type StoneBricksBlock, type StoneButtonBlock, type StonePressurePlateBlock, type StoneSlabType, type StoneSlabType2, type StoneSlabType3, type StoneSlabType4, type StoneStairsBlock, type StonecutterBlockBlock, StringEnum, type StrippedAcaciaLogBlock, type StrippedAcaciaWoodBlock, type StrippedBambooBlockBlock, type StrippedBirchLogBlock, type StrippedBirchWoodBlock, type StrippedCherryLogBlock, type StrippedCherryWoodBlock, type StrippedCrimsonHyphaeBlock, type StrippedCrimsonStemBlock, type StrippedDarkOakLogBlock, type StrippedDarkOakWoodBlock, type StrippedJungleLogBlock, type StrippedJungleWoodBlock, type StrippedMangroveLogBlock, type StrippedMangroveWoodBlock, type StrippedOakLogBlock, type StrippedOakWoodBlock, type StrippedSpruceLogBlock, type StrippedSpruceWoodBlock, type StrippedWarpedHyphaeBlock, type StrippedWarpedStemBlock, type StructureBlockBlock, type StructureBlockType, type StructureVoidBlock, type StructureVoidType, SubChunk, type SunflowerBlock, SuperflatGenerator, type SuspiciousGravelBlock, type SuspiciousSandBlock, type SweetBerryBushBlock, TagEnum, type TallGrassBlock, type TallGrassType, TargetEnum, TerrainGenerator, type TerrainGeneratorProperties, TickSchedule, TimeOfDay, TimeOpertation, type TitleDisplayOptions, type TntBlock, type TorchBlock, TorchDirection, type TorchFacingDirection, type TorchflowerCropBlock, TraitActionEnum, type TrapdoorBlock, type TrappedChestBlock, type TrialSpawnerBlock, type TripWireBlock, type TripwireHookBlock, type TubeCoralBlock, type TubeCoralBlockBlock, type TubeCoralFanBlock, type TubeCoralWallFanBlock, type TuffBrickDoubleSlabBlock, type TuffBrickSlabBlock, type TuffBrickStairsBlock, type TuffBrickWallBlock, type TuffDoubleSlabBlock, type TuffSlabBlock, type TuffStairsBlock, type TuffWallBlock, type TurtleEggBlock, type TurtleEggCount, type TwistingVinesBlock, type UnderwaterTorchBlock, type UnlitRedstoneTorchBlock, type UnpoweredComparatorBlock, type UnpoweredRepeaterBlock, ValidEnum, type VaultBlock, type VaultState, type VerdantFroglightBlock, VerticalHalfTrait, type VineBlock, VoidGenerator, type WallBannerBlock, type WallBlockType, type WallConnectionTypeEast, type WallConnectionTypeNorth, type WallConnectionTypeSouth, type WallConnectionTypeWest, type WallSignBlock, type WarpedButtonBlock, type WarpedDoorBlock, type WarpedDoubleSlabBlock, type WarpedFenceGateBlock, type WarpedHangingSignBlock, type WarpedHyphaeBlock, type WarpedPressurePlateBlock, type WarpedSlabBlock, type WarpedStairsBlock, type WarpedStandingSignBlock, type WarpedStemBlock, type WarpedTrapdoorBlock, type WarpedWallSignBlock, type WaterBlock, type WaxedCopperBulbBlock, type WaxedCopperDoorBlock, type WaxedCopperTrapdoorBlock, type WaxedCutCopperSlabBlock, type WaxedCutCopperStairsBlock, type WaxedDoubleCutCopperSlabBlock, type WaxedExposedCopperBulbBlock, type WaxedExposedCopperDoorBlock, type WaxedExposedCopperTrapdoorBlock, type WaxedExposedCutCopperSlabBlock, type WaxedExposedCutCopperStairsBlock, type WaxedExposedDoubleCutCopperSlabBlock, type WaxedOxidizedCopperBulbBlock, type WaxedOxidizedCopperDoorBlock, type WaxedOxidizedCopperTrapdoorBlock, type WaxedOxidizedCutCopperSlabBlock, type WaxedOxidizedCutCopperStairsBlock, type WaxedOxidizedDoubleCutCopperSlabBlock, type WaxedWeatheredCopperBulbBlock, type WaxedWeatheredCopperDoorBlock, type WaxedWeatheredCopperTrapdoorBlock, type WaxedWeatheredCutCopperSlabBlock, type WaxedWeatheredCutCopperStairsBlock, type WaxedWeatheredDoubleCutCopperSlabBlock, type WeatheredCopperBulbBlock, type WeatheredCopperDoorBlock, type WeatheredCopperTrapdoorBlock, type WeatheredCutCopperSlabBlock, type WeatheredCutCopperStairsBlock, type WeatheredDoubleCutCopperSlabBlock, type WeepingVinesBlock, type WheatBlock, type WhiteCandleBlock, type WhiteCandleCakeBlock, type WhiteGlazedTerracottaBlock, type WhiteTulipBlock, type WoodenButtonBlock, type WoodenDoorBlock, type WoodenPressurePlateBlock, World, WorldEnum, WorldEvent, type WorldEventSignals, WorldInitializeSignal, type WorldProperties, WorldProvider, type WorldProviderProperties, WorldTickSignal, type YellowCandleBlock, type YellowCandleCakeBlock, type YellowGlazedTerracottaBlock, Zip };
|
|
16198
|
+
export { AbilityEnum, AbilityMap, type AcaciaButtonBlock, type AcaciaDoorBlock, type AcaciaDoubleSlabBlock, type AcaciaFenceGateBlock, type AcaciaHangingSignBlock, type AcaciaLeavesBlock, type AcaciaLogBlock, type AcaciaPressurePlateBlock, type AcaciaSaplingBlock, type AcaciaSlabBlock, type AcaciaStairsBlock, type AcaciaStandingSignBlock, type AcaciaTrapdoorBlock, type AcaciaWallSignBlock, type AcaciaWoodBlock, ActionForm, type ActionFormButton, type ActionFormImage, type ActivatorRailBlock, ActorFlagMap, type AlliumBlock, type AmethystClusterBlock, type AndesiteDoubleSlabBlock, type AndesiteSlabBlock, type AndesiteStairsBlock, type AnvilBlock, Astar, type Attachment, AttributeMap, type AzaleaLeavesBlock, type AzaleaLeavesFloweredBlock, type AzureBluetBlock, type BambooBlock, type BambooBlockBlock, type BambooButtonBlock, type BambooDoorBlock, type BambooDoubleSlabBlock, type BambooFenceGateBlock, type BambooHangingSignBlock, type BambooLeafSize, type BambooMosaicDoubleSlabBlock, type BambooMosaicSlabBlock, type BambooMosaicStairsBlock, type BambooPressurePlateBlock, type BambooSaplingBlock, type BambooSlabBlock, type BambooStairsBlock, type BambooStalkThickness, type BambooStandingSignBlock, type BambooTrapdoorBlock, type BambooWallSignBlock, type BarrelBlock, type BasaltBlock, type BedBlock, type BedrockBlock, type BeeNestBlock, type BeehiveBlock, type BeetrootBlock, type BellBlock, type BigDripleafBlock, type BigDripleafTilt, BinaryHeap, type BinaryItem, type BirchButtonBlock, type BirchDoorBlock, type BirchDoubleSlabBlock, type BirchFenceGateBlock, type BirchHangingSignBlock, type BirchLeavesBlock, type BirchLogBlock, type BirchPressurePlateBlock, type BirchSaplingBlock, type BirchSlabBlock, type BirchStairsBlock, type BirchStandingSignBlock, type BirchTrapdoorBlock, type BirchWallSignBlock, type BirchWoodBlock, type BlackCandleBlock, type BlackCandleCakeBlock, type BlackGlazedTerracottaBlock, type BlackstoneDoubleSlabBlock, type BlackstoneSlabBlock, type BlackstoneStairsBlock, type BlackstoneWallBlock, type BlastFurnaceBlock, Block, BlockButtonTrait, BlockCardinalDirectionTrait, BlockCommandBlockTrait, BlockContainer, BlockCraftingTableTrait, type BlockDestroyOptions, BlockDirectionTrait, type BlockEntry, BlockEnum, BlockFacingDirection, BlockIdentifier, type BlockInteractionOptions, BlockInventoryTrait, type BlockInventoryTraitOptions, BlockOpenBitTrait, BlockPalette, BlockPermutation, BlockPermutationUpdateSignal, BlockPillarAxisTrait, type BlockPlacementOptions, type BlockProperties, type BlockState, BlockStorage, BlockToolType, BlockTorchDirectionTrait, BlockTrait, BlockTraits, BlockType, BlockTypeCollisionBoxComponent, BlockTypeComponent, BlockTypeCraftingTableComponent, type BlockTypeDefinition, BlockTypeFrictionComponent, BlockTypeGeometryComponent, BlockTypeHardnessComponent, BlockTypeInteractableComponent, BlockTypeLightEmissionComponent, BlockTypeMaterialInstancesComponent, type BlockTypeNbtDefinition, type BlockTypeNbtPermutationDefinition, type BlockTypeNbtStateDefinition, type BlockTypeProperties, BlockTypeSelectionBoxComponent, BlockTypeTransformationComponent, BlockUpdateSignal, BlockUpperTrait, BlockUpsideDownBitTrait, BlockWeirdoDirectionTrait, type BlueCandleBlock, type BlueCandleCakeBlock, type BlueGlazedTerracottaBlock, type BlueOrchidBlock, type BoneBlockBlock, BooleanEnum, type BorderBlockBlock, Bossbar, type BrainCoralBlock, type BrainCoralBlockBlock, type BrainCoralFanBlock, type BrainCoralWallFanBlock, type BrewingStandBlock, type BrickDoubleSlabBlock, type BrickSlabBlock, type BrickStairsBlock, type BrownCandleBlock, type BrownCandleCakeBlock, type BrownGlazedTerracottaBlock, type BrownMushroomBlockBlock, type BubbleColumnBlock, type BubbleCoralBlock, type BubbleCoralBlockBlock, type BubbleCoralFanBlock, type BubbleCoralWallFanBlock, type CactusBlock, type CakeBlock, type CalibratedSculkSensorBlock, type CampfireBlock, type CandleBlock, type CandleCakeBlock, CardinalDirection, type CarrotsBlock, type CarvedPumpkinBlock, type CauldronBlock, type CauldronLiquid, type CaveVinesBlock, type CaveVinesBodyWithBerriesBlock, type CaveVinesHeadWithBerriesBlock, type ChainBlock, type ChainCommandBlockBlock, type ChemistryTableBlock, type ChemistryTableType, type CherryButtonBlock, type CherryDoorBlock, type CherryDoubleSlabBlock, type CherryFenceGateBlock, type CherryHangingSignBlock, type CherryLeavesBlock, type CherryLogBlock, type CherryPressurePlateBlock, type CherrySaplingBlock, type CherrySlabBlock, type CherryStairsBlock, type CherryStandingSignBlock, type CherryTrapdoorBlock, type CherryWallSignBlock, type CherryWoodBlock, type ChestBlock, type ChippedAnvilBlock, type ChiselType, type ChiseledBookshelfBlock, type ChiseledQuartzBlockBlock, type ChiseledRedSandstoneBlock, type ChiseledSandstoneBlock, type ChiseledStoneBricksBlock, type ChorusFlowerBlock, Chunk, ChunkReadySignal, ClientSystemInfo, type CobbledDeepslateDoubleSlabBlock, type CobbledDeepslateSlabBlock, type CobbledDeepslateStairsBlock, type CobbledDeepslateWallBlock, type CobblestoneDoubleSlabBlock, type CobblestoneSlabBlock, type CobblestoneWallBlock, type CocoaBlock, type ColoredTorchBpBlock, type ColoredTorchRgBlock, Command, CommandArgumentPointer, type CommandArguments, type CommandBlockBlock, type CommandCallback, type CommandContext, CommandExecutionState, type CommandOverload, CommandPalette, CommandRegistry, type CommandRegistryCallback, type CommandResponse, CommonCommands, type ComposterBlock, ConsoleInterface, Container, type CopperBulbBlock, type CopperDoorBlock, type CopperTrapdoorBlock, type CoralColor, type CornflowerBlock, type CrackedState, type CrackedStoneBricksBlock, type CrafterBlock, CreateContentGroup, CreativeItemDescriptor, type CrimsonButtonBlock, type CrimsonDoorBlock, type CrimsonDoubleSlabBlock, type CrimsonFenceGateBlock, type CrimsonHangingSignBlock, type CrimsonHyphaeBlock, type CrimsonPressurePlateBlock, type CrimsonSlabBlock, type CrimsonStairsBlock, type CrimsonStandingSignBlock, type CrimsonStemBlock, type CrimsonTrapdoorBlock, type CrimsonWallSignBlock, type CustomBlockProperties, CustomBlockType, CustomEntityType, CustomEnum, CustomItemType, type CutCopperSlabBlock, type CutCopperStairsBlock, type CutRedSandstoneBlock, type CutRedSandstoneDoubleSlabBlock, type CutRedSandstoneSlabBlock, type CutSandstoneBlock, type CutSandstoneDoubleSlabBlock, type CutSandstoneSlabBlock, type CyanCandleBlock, type CyanCandleCakeBlock, type CyanGlazedTerracottaBlock, type Damage, type DamagedAnvilBlock, type DarkOakButtonBlock, type DarkOakDoorBlock, type DarkOakDoubleSlabBlock, type DarkOakFenceGateBlock, type DarkOakHangingSignBlock, type DarkOakLeavesBlock, type DarkOakLogBlock, type DarkOakPressurePlateBlock, type DarkOakSaplingBlock, type DarkOakSlabBlock, type DarkOakStairsBlock, type DarkOakTrapdoorBlock, type DarkOakWoodBlock, type DarkPrismarineBlock, type DarkPrismarineDoubleSlabBlock, type DarkPrismarineSlabBlock, type DarkPrismarineStairsBlock, type DarkoakStandingSignBlock, type DarkoakWallSignBlock, type DaylightDetectorBlock, type DaylightDetectorInvertedBlock, type DeadBrainCoralBlock, type DeadBrainCoralBlockBlock, type DeadBrainCoralFanBlock, type DeadBrainCoralWallFanBlock, type DeadBubbleCoralBlock, type DeadBubbleCoralBlockBlock, type DeadBubbleCoralFanBlock, type DeadBubbleCoralWallFanBlock, type DeadFireCoralBlock, type DeadFireCoralBlockBlock, type DeadFireCoralFanBlock, type DeadFireCoralWallFanBlock, type DeadHornCoralBlock, type DeadHornCoralBlockBlock, type DeadHornCoralFanBlock, type DeadHornCoralWallFanBlock, type DeadTubeCoralBlock, type DeadTubeCoralBlockBlock, type DeadTubeCoralFanBlock, type DeadTubeCoralWallFanBlock, type DecoratedPotBlock, type DeepslateBlock, type DeepslateBrickDoubleSlabBlock, type DeepslateBrickSlabBlock, type DeepslateBrickStairsBlock, type DeepslateBrickWallBlock, type DeepslateTileDoubleSlabBlock, type DeepslateTileSlabBlock, type DeepslateTileStairsBlock, type DeepslateTileWallBlock, DefaultDimensionProperties, DefaultItemStackDataEntry, DefaultItemStackOptions, DefaultWorldProviderProperties, type DeprecatedAnvilBlock, type DetectorRailBlock, DialogueForm, type DialogueFormButton, type DialogueFormProperties, Dimension, type DimensionProperties, type DioriteDoubleSlabBlock, type DioriteSlabBlock, type DioriteStairsBlock, type DispenserBlock, type DoubleCutCopperSlabBlock, type DoublePlantType, type DripstoneThickness, type DropperBlock, EffectAddSignal, EffectRemoveSignal, type EndBrickStairsBlock, type EndPortalFrameBlock, type EndRodBlock, type EndStoneBrickDoubleSlabBlock, type EndStoneBrickSlabBlock, type EnderChestBlock, Entity, EntityAirSupplyTrait, EntityAttributeTrait, EntityAttributeUpdateSignal, EntityCollisionTrait, EntityContainer, type EntityDeathOptions, type EntityDespawnOptions, EntityDespawnedSignal, EntityDiedSignal, EntityDimensionChangeSignal, EntityDropItemSignal, type EntityEffectOptions, EntityEffectsTrait, type EntityEntry, EntityEnum, EntityEquipmentTrait, type EntityFallOnBlockTraitEvent, EntityFlagUpdateSignal, EntityGravityTrait, EntityHealthChangedSignal, EntityHealthTrait, EntityHitSignal, EntityHurtSignal, EntityIdentifier, EntityInteractMethod, EntityInventoryTrait, type EntityInventoryTraitOptions, EntityInvisibilityTrait, EntityItemStackTrait, EntityLookAtPlayerTrait, EntityMetadataUpdateSignal, EntityMovementTrait, type EntityNpcDialogueProperty, EntityNpcTrait, EntityPalette, EntityPhysicsTrait, type EntityProperties, type EntityQueryOptions, type EntitySpawnOptions, EntitySpawnedSignal, EntityTrait, EntityTraitEnum, EntityTraits, EntityType, Enum, EventSignal, type ExposedCopperBulbBlock, type ExposedCopperDoorBlock, type ExposedCopperTrapdoorBlock, type ExposedCutCopperSlabBlock, type ExposedCutCopperStairsBlock, type ExposedDoubleCutCopperSlabBlock, FacingDirection, type FarmlandBlock, type FenceGateBlock, type FernBlock, type FireBlock, type FireCoralBlock, type FireCoralBlockBlock, type FireCoralFanBlock, type FireCoralWallFanBlock, type FlowerPotBlock, type FlowerType, type FlowingLavaBlock, type FlowingWaterBlock, Form, type FormParticipant, type FormResult, type FrameBlock, type FrostedIceBlock, type FurnaceBlock, GamemodeEnum, type GenericBlockState, type GlowFrameBlock, type GlowLichenBlock, type GoldenRailBlock, type GraniteDoubleSlabBlock, type GraniteSlabBlock, type GraniteStairsBlock, type GrayCandleBlock, type GrayCandleCakeBlock, type GrayGlazedTerracottaBlock, type GreenCandleBlock, type GreenCandleCakeBlock, type GreenGlazedTerracottaBlock, type GrindstoneBlock, Handlers, type HayBlockBlock, type HeavyWeightedPressurePlateBlock, type HopperBlock, type HornCoralBlock, type HornCoralBlockBlock, type HornCoralFanBlock, type HornCoralWallFanBlock, type IPermissionDefinition, type IPermissionGroup, type IPermissionMember, type IPermissions, type InfestedChiseledStoneBricksBlock, type InfestedCobblestoneBlock, type InfestedCrackedStoneBricksBlock, type InfestedDeepslateBlock, type InfestedMossyStoneBricksBlock, type InfestedStoneBlock, type InfestedStoneBricksBlock, IntegerEnum, InternalProvider, type IronDoorBlock, type IronTrapdoorBlock, ItemBundleTrait, ItemCategory, ItemDisplayTrait, ItemDrop, ItemDurabilityTrait, ItemEnchantableTrait, ItemEnum, ItemFoodTrait, ItemGroup, ItemIdentifier, ItemKeepOnDieTrait, ItemLiquidContainerTrait, ItemLockMode, ItemLockTrait, ItemPalette, ItemShooterTrait, ItemSpawnEggTrait, ItemStack, type ItemStackDataEntry, type ItemStackOptions, type ItemStackStorage, type ItemStackUseOnBlockOptions, type ItemStackUseOnEntityOptions, type ItemStackUseOptions, ItemSwordTrait, ItemToolTier, ItemToolType, ItemTrait, ItemTraits, ItemType, ItemTypeBlockPlacerComponent, type ItemTypeBlockPlacerComponentOptions, ItemTypeCanDestroyInCreativeComponent, ItemTypeComponent, ItemTypeComponentCollection, ItemTypeCooldownComponent, type ItemTypeCooldownComponentOptions, ItemTypeDisplayNameComponent, ItemTypeIconComponent, type ItemTypeIconComponentOptions, ItemTypeItemPropertiesComponent, ItemTypeMaxStackComponent, type ItemTypeOptions, ItemTypeWearableComponent, type ItemTypeWearableComponentOptions, type ItemWeaponComponent, ItemWeaponTrait, ItemWearableTier, ItemWearableTrait, type ItemWearableTraitProperties, type JSONLikeArray, type JSONLikeObject, type JSONLikeValue, type JigsawBlock, JsonObjectEnum, type JungleButtonBlock, type JungleDoorBlock, type JungleDoubleSlabBlock, type JungleFenceGateBlock, type JungleHangingSignBlock, type JungleLeavesBlock, type JungleLogBlock, type JunglePressurePlateBlock, type JungleSaplingBlock, type JungleSlabBlock, type JungleStairsBlock, type JungleStandingSignBlock, type JungleTrapdoorBlock, type JungleWallSignBlock, type JungleWoodBlock, type KelpBlock, type LadderBlock, type LanternBlock, type LargeAmethystBudBlock, type LargeFernBlock, type LavaBlock, type LecternBlock, LevelDBProvider, type LeverBlock, type LeverDirection, type LightBlock0Block, type LightBlock10Block, type LightBlock11Block, type LightBlock12Block, type LightBlock13Block, type LightBlock14Block, type LightBlock15Block, type LightBlock1Block, type LightBlock2Block, type LightBlock3Block, type LightBlock4Block, type LightBlock5Block, type LightBlock6Block, type LightBlock7Block, type LightBlock8Block, type LightBlock9Block, type LightBlueCandleBlock, type LightBlueCandleCakeBlock, type LightBlueGlazedTerracottaBlock, type LightGrayCandleBlock, type LightGrayCandleCakeBlock, type LightWeightedPressurePlateBlock, type LightningRodBlock, type LilacBlock, type LilyOfTheValleyBlock, type LimeCandleBlock, type LimeCandleCakeBlock, type LimeGlazedTerracottaBlock, type LitBlastFurnaceBlock, type LitFurnaceBlock, type LitPumpkinBlock, type LitSmokerBlock, type LoomBlock, type LootEntry, LootPool, LootTable, type MagentaCandleBlock, type MagentaCandleCakeBlock, type MagentaGlazedTerracottaBlock, type MangroveButtonBlock, type MangroveDoorBlock, type MangroveDoubleSlabBlock, type MangroveFenceGateBlock, type MangroveHangingSignBlock, type MangroveLeavesBlock, type MangroveLogBlock, type MangrovePressurePlateBlock, type MangrovePropaguleBlock, type MangroveSlabBlock, type MangroveStairsBlock, type MangroveStandingSignBlock, type MangroveTrapdoorBlock, type MangroveWallSignBlock, type MangroveWoodBlock, type MaterialInstanceProperties, type MediumAmethystBudBlock, type MelonStemBlock, MessageForm, MetadataMap, type MinecraftblockFace, type MinecraftcardinalDirection, type MinecraftfacingDirection, type MinecraftverticalHalf, ModalForm, type MonsterEggStoneType, type MossyCobblestoneDoubleSlabBlock, type MossyCobblestoneSlabBlock, type MossyCobblestoneStairsBlock, type MossyStoneBrickDoubleSlabBlock, type MossyStoneBrickSlabBlock, type MossyStoneBrickStairsBlock, type MossyStoneBricksBlock, type MudBrickDoubleSlabBlock, type MudBrickSlabBlock, type MudBrickStairsBlock, type MudBrickWallBlock, type MuddyMangroveRootsBlock, type NetherBrickDoubleSlabBlock, type NetherBrickSlabBlock, type NetherBrickStairsBlock, type NetherWartBlock, Network, NetworkBound, type NetworkEvents, NetworkHandler, type NetworkPacketEvent, type NetworkProperties, type NewLeafType, type NewLogType, Node, NodeEvaluator, type NormalStoneDoubleSlabBlock, type NormalStoneSlabBlock, type NormalStoneStairsBlock, type OakDoubleSlabBlock, type OakHangingSignBlock, type OakLeavesBlock, type OakLogBlock, type OakSaplingBlock, type OakSlabBlock, type OakStairsBlock, type OakWoodBlock, type ObserverBlock, type OchreFroglightBlock, OperatorCommands, type OrangeCandleBlock, type OrangeCandleCakeBlock, type OrangeGlazedTerracottaBlock, type OrangeTulipBlock, type Orientation, type OxeyeDaisyBlock, type OxidizedCopperBulbBlock, type OxidizedCopperDoorBlock, type OxidizedCopperTrapdoorBlock, type OxidizedCutCopperSlabBlock, type OxidizedCutCopperStairsBlock, type OxidizedDoubleCutCopperSlabBlock, type PearlescentFroglightBlock, type PeonyBlock, PermissionGroup, PermissionMember, type PetrifiedOakDoubleSlabBlock, type PetrifiedOakSlabBlock, type PillarAxis, type PinkCandleBlock, type PinkCandleCakeBlock, type PinkGlazedTerracottaBlock, type PinkPetalsBlock, type PinkTulipBlock, type PistonArmCollisionBlock, type PistonBlock, type PitcherCropBlock, type PitcherPlantBlock, type PlaySoundOptions, Player, PlayerAbilityUpdateSignal, PlayerBreakBlockSignal, PlayerChatSignal, PlayerChunkRenderingTrait, PlayerClosedContainerSignal, type PlayerCombatProperty, PlayerCombatTrait, PlayerCommandExecutorTrait, PlayerContainerInteractionSignal, PlayerCraftingInputTrait, PlayerCursorTrait, PlayerEntityRenderingTrait, type PlayerEntry, PlayerGamemodeChangeSignal, PlayerHungerTrait, PlayerInitializedSignal, PlayerInteractWithBlockSignal, PlayerInteractWithEntitySignal, PlayerJoinSignal, PlayerLeaveSignal, PlayerListTrait, PlayerOpenedContainerSignal, PlayerPlaceBlockSignal, type PlayerProperties, PlayerStartEmotingSignal, PlayerStartUsingItemSignal, PlayerStopEmotingSignal, PlayerStopUsingItemSignal, PlayerTrait, PlayerUseItemOnBlockSignal, PlayerUseItemOnEntitySignal, PlayerUseItemSignal, type PointedDripstoneBlock, type PolishedAndesiteDoubleSlabBlock, type PolishedAndesiteSlabBlock, type PolishedAndesiteStairsBlock, type PolishedBasaltBlock, type PolishedBlackstoneBrickDoubleSlabBlock, type PolishedBlackstoneBrickSlabBlock, type PolishedBlackstoneBrickStairsBlock, type PolishedBlackstoneBrickWallBlock, type PolishedBlackstoneButtonBlock, type PolishedBlackstoneDoubleSlabBlock, type PolishedBlackstonePressurePlateBlock, type PolishedBlackstoneSlabBlock, type PolishedBlackstoneStairsBlock, type PolishedBlackstoneWallBlock, type PolishedDeepslateDoubleSlabBlock, type PolishedDeepslateSlabBlock, type PolishedDeepslateStairsBlock, type PolishedDeepslateWallBlock, type PolishedDioriteDoubleSlabBlock, type PolishedDioriteSlabBlock, type PolishedDioriteStairsBlock, type PolishedGraniteDoubleSlabBlock, type PolishedGraniteSlabBlock, type PolishedGraniteStairsBlock, type PolishedTuffDoubleSlabBlock, type PolishedTuffSlabBlock, type PolishedTuffStairsBlock, type PolishedTuffWallBlock, type PoppyBlock, type PortalAxis, type PortalBlock, PositionEnum, type PotatoesBlock, type PoweredComparatorBlock, type PoweredRepeaterBlock, type PrismarineBlock, type PrismarineBlockType, type PrismarineBrickDoubleSlabBlock, type PrismarineBrickSlabBlock, type PrismarineBricksBlock, type PrismarineBricksStairsBlock, type PrismarineDoubleSlabBlock, type PrismarineSlabBlock, type PrismarineStairsBlock, type PumpkinBlock, type PumpkinStemBlock, type PurpleCandleBlock, type PurpleCandleCakeBlock, type PurpleGlazedTerracottaBlock, type PurpurBlockBlock, type PurpurDoubleSlabBlock, type PurpurSlabBlock, type PurpurStairsBlock, type QuartzBlockBlock, type QuartzDoubleSlabBlock, type QuartzPillarBlock, type QuartzSlabBlock, type QuartzStairsBlock, type RailBlock, type RedCandleBlock, type RedCandleCakeBlock, type RedGlazedTerracottaBlock, type RedMushroomBlockBlock, type RedNetherBrickDoubleSlabBlock, type RedNetherBrickSlabBlock, type RedNetherBrickStairsBlock, type RedSandBlock, type RedSandstoneBlock, type RedSandstoneDoubleSlabBlock, type RedSandstoneSlabBlock, type RedSandstoneStairsBlock, type RedTulipBlock, type RedstoneTorchBlock, type RedstoneWireBlock, type ReedsBlock, type RepeatingCommandBlockBlock, type ResourceManifest, ResourcePack, type ResourcePackEntry, ResourcePackManager, type ResourcePacksProperties, type RespawnAnchorBlock, type RoseBushBlock, type SandBlock, type SandStoneType, type SandType, type SandstoneBlock, type SandstoneDoubleSlabBlock, type SandstoneSlabBlock, type SandstoneStairsBlock, type SaplingType, type ScaffoldingBlock, type SculkCatalystBlock, type SculkSensorBlock, type SculkShriekerBlock, type SculkVeinBlock, type SeaGrassType, type SeaPickleBlock, type SeagrassBlock, Serenity, type SerenityProperties, ServerEvent, type ServerEvents, type ServerProperties, ServerState, type SessionPacketEvent, type ShortGrassBlock, type SilverGlazedTerracottaBlock, type SkullBlock, type SmallAmethystBudBlock, type SmallDripleafBlockBlock, type SmokerBlock, type SmoothQuartzBlock, type SmoothQuartzDoubleSlabBlock, type SmoothQuartzSlabBlock, type SmoothQuartzStairsBlock, type SmoothRedSandstoneBlock, type SmoothRedSandstoneDoubleSlabBlock, type SmoothRedSandstoneSlabBlock, type SmoothRedSandstoneStairsBlock, type SmoothSandstoneBlock, type SmoothSandstoneDoubleSlabBlock, type SmoothSandstoneSlabBlock, type SmoothSandstoneStairsBlock, type SmoothStoneDoubleSlabBlock, type SmoothStoneSlabBlock, type SnifferEggBlock, type SnowLayerBlock, SoftEnum, type SoulCampfireBlock, type SoulFireBlock, type SoulLanternBlock, type SoulTorchBlock, type SpongeBlock, type SpongeType, type SpruceButtonBlock, type SpruceDoorBlock, type SpruceDoubleSlabBlock, type SpruceFenceGateBlock, type SpruceHangingSignBlock, type SpruceLeavesBlock, type SpruceLogBlock, type SprucePressurePlateBlock, type SpruceSaplingBlock, type SpruceSlabBlock, type SpruceStairsBlock, type SpruceStandingSignBlock, type SpruceTrapdoorBlock, type SpruceWallSignBlock, type SpruceWoodBlock, type StandingBannerBlock, type StandingSignBlock, type StickyPistonArmCollisionBlock, type StickyPistonBlock, type StoneBrickDoubleSlabBlock, type StoneBrickSlabBlock, type StoneBrickStairsBlock, type StoneBrickType, type StoneBricksBlock, type StoneButtonBlock, type StonePressurePlateBlock, type StoneSlabType, type StoneSlabType2, type StoneSlabType3, type StoneSlabType4, type StoneStairsBlock, type StonecutterBlockBlock, StringEnum, type StrippedAcaciaLogBlock, type StrippedAcaciaWoodBlock, type StrippedBambooBlockBlock, type StrippedBirchLogBlock, type StrippedBirchWoodBlock, type StrippedCherryLogBlock, type StrippedCherryWoodBlock, type StrippedCrimsonHyphaeBlock, type StrippedCrimsonStemBlock, type StrippedDarkOakLogBlock, type StrippedDarkOakWoodBlock, type StrippedJungleLogBlock, type StrippedJungleWoodBlock, type StrippedMangroveLogBlock, type StrippedMangroveWoodBlock, type StrippedOakLogBlock, type StrippedOakWoodBlock, type StrippedSpruceLogBlock, type StrippedSpruceWoodBlock, type StrippedWarpedHyphaeBlock, type StrippedWarpedStemBlock, type StructureBlockBlock, type StructureBlockType, type StructureVoidBlock, type StructureVoidType, SubChunk, type SunflowerBlock, SuperflatGenerator, type SuspiciousGravelBlock, type SuspiciousSandBlock, type SweetBerryBushBlock, TagEnum, type TallGrassBlock, type TallGrassType, TargetEnum, TerrainGenerator, type TerrainGeneratorProperties, TickSchedule, TimeOfDay, TimeOpertation, type TitleDisplayOptions, type TntBlock, type TorchBlock, TorchDirection, type TorchFacingDirection, type TorchflowerCropBlock, TraitActionEnum, type TrapdoorBlock, type TrappedChestBlock, type TrialSpawnerBlock, type TripWireBlock, type TripwireHookBlock, type TubeCoralBlock, type TubeCoralBlockBlock, type TubeCoralFanBlock, type TubeCoralWallFanBlock, type TuffBrickDoubleSlabBlock, type TuffBrickSlabBlock, type TuffBrickStairsBlock, type TuffBrickWallBlock, type TuffDoubleSlabBlock, type TuffSlabBlock, type TuffStairsBlock, type TuffWallBlock, type TurtleEggBlock, type TurtleEggCount, type TwistingVinesBlock, type UnderwaterTorchBlock, type UnlitRedstoneTorchBlock, type UnpoweredComparatorBlock, type UnpoweredRepeaterBlock, ValidEnum, type VaultBlock, type VaultState, type VerdantFroglightBlock, VerticalHalfTrait, type VineBlock, VoidGenerator, type WallBannerBlock, type WallBlockType, type WallConnectionTypeEast, type WallConnectionTypeNorth, type WallConnectionTypeSouth, type WallConnectionTypeWest, type WallSignBlock, type WarpedButtonBlock, type WarpedDoorBlock, type WarpedDoubleSlabBlock, type WarpedFenceGateBlock, type WarpedHangingSignBlock, type WarpedHyphaeBlock, type WarpedPressurePlateBlock, type WarpedSlabBlock, type WarpedStairsBlock, type WarpedStandingSignBlock, type WarpedStemBlock, type WarpedTrapdoorBlock, type WarpedWallSignBlock, type WaterBlock, type WaxedCopperBulbBlock, type WaxedCopperDoorBlock, type WaxedCopperTrapdoorBlock, type WaxedCutCopperSlabBlock, type WaxedCutCopperStairsBlock, type WaxedDoubleCutCopperSlabBlock, type WaxedExposedCopperBulbBlock, type WaxedExposedCopperDoorBlock, type WaxedExposedCopperTrapdoorBlock, type WaxedExposedCutCopperSlabBlock, type WaxedExposedCutCopperStairsBlock, type WaxedExposedDoubleCutCopperSlabBlock, type WaxedOxidizedCopperBulbBlock, type WaxedOxidizedCopperDoorBlock, type WaxedOxidizedCopperTrapdoorBlock, type WaxedOxidizedCutCopperSlabBlock, type WaxedOxidizedCutCopperStairsBlock, type WaxedOxidizedDoubleCutCopperSlabBlock, type WaxedWeatheredCopperBulbBlock, type WaxedWeatheredCopperDoorBlock, type WaxedWeatheredCopperTrapdoorBlock, type WaxedWeatheredCutCopperSlabBlock, type WaxedWeatheredCutCopperStairsBlock, type WaxedWeatheredDoubleCutCopperSlabBlock, type WeatheredCopperBulbBlock, type WeatheredCopperDoorBlock, type WeatheredCopperTrapdoorBlock, type WeatheredCutCopperSlabBlock, type WeatheredCutCopperStairsBlock, type WeatheredDoubleCutCopperSlabBlock, type WeepingVinesBlock, type WheatBlock, type WhiteCandleBlock, type WhiteCandleCakeBlock, type WhiteGlazedTerracottaBlock, type WhiteTulipBlock, type WoodenButtonBlock, type WoodenDoorBlock, type WoodenPressurePlateBlock, World, WorldEnum, WorldEvent, type WorldEventSignals, WorldInitializeSignal, type WorldProperties, WorldProvider, type WorldProviderProperties, WorldTickSignal, type YellowCandleBlock, type YellowCandleCakeBlock, type YellowGlazedTerracottaBlock, Zip };
|