@serenityjs/core 0.8.3 → 0.8.4

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/dist/index.d.mts CHANGED
@@ -1,9 +1,9 @@
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, PlayerUpdateEntityOverridesPacket, DimensionType, Vector3f, Gamemode, Difficulty, GameRule, ActorFlag, AbilityIndex, EntityPropertyType, MaterialRenderMethod, WearableSlot, ContainerType, ContainerId, CreativeItemCategory, CreativeItemGroup, ItemUseMethod, BlockFace, NetworkItemInstanceDescriptor, NetworkItemStackDescriptor, Enchantment, EquipmentSlot, BlockPosition, NetworkBlockTypeDefinition, IPosition, ScoreboardIdentityType, ObjectiveSortOrder, DisplaySlotType, ModalFormType, BossEventColor, ActorDataId, DataItem, AttributeName, Attribute, PropertySyncData, HudElement, DeviceOS, MemoryTier, InputMode, InteractionMode, PlayMode, SerializedSkin, DisconnectReason, ContainerName, Vector2f, Rotation, EffectType, ActorDamageCause, ChunkCoords, Color, UpdateBlockLayerType, CompressionMethod, InventoryAction, ItemUseInventoryTransaction, ItemUseOnEntityInventoryTransaction, LoginTokens, LoginTokenData, InputData, PlayerBlockActionData, ItemStackRequestActionMineBlock } from '@serenityjs/protocol';
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, PlayerUpdateEntityOverridesPacket, ServerScriptDebugDrawerPacket, DimensionType, Vector3f, Gamemode, Difficulty, GameRule, ActorFlag, AbilityIndex, EntityPropertyType, MaterialRenderMethod, WearableSlot, ContainerType, ContainerId, CreativeItemCategory, CreativeItemGroup, ItemUseMethod, BlockFace, NetworkItemInstanceDescriptor, NetworkItemStackDescriptor, Enchantment, EquipmentSlot, BlockPosition, NetworkBlockTypeDefinition, IPosition, ScoreboardIdentityType, ObjectiveSortOrder, DisplaySlotType, ModalFormType, BossEventColor, ActorDataId, DataItem, AttributeName, Attribute, PropertySyncData, HudElement, DeviceOS, MemoryTier, InputMode, InteractionMode, PlayMode, SerializedSkin, DisconnectReason, ContainerName, Vector2f, Rotation, EffectType, ActorDamageCause, ChunkCoords, Color, UpdateBlockLayerType, CompressionMethod, InventoryAction, ItemUseInventoryTransaction, ItemUseOnEntityInventoryTransaction, LoginTokens, LoginTokenData, InputData, PlayerBlockActionData, ItemStackRequestActionMineBlock } from '@serenityjs/protocol';
5
5
  import { BinaryStream } from '@serenityjs/binarystream';
6
- import { StringTag, IntTag, CompoundTag, FloatTag, ListTag, TagType, LongTag, ByteTag, Tag, ShortTag } from '@serenityjs/nbt';
6
+ import { CompoundTag, TagType, BaseTag, ListTag, IntTag, StringTag, ByteTag, LongTag } from '@serenityjs/nbt';
7
7
  import * as readline from 'readline';
8
8
  import { Leveldb } from '@serenityjs/leveldb';
9
9
 
@@ -3350,6 +3350,9 @@ interface NetworkEvents {
3350
3350
  [Packet.PlayerUpdateEntityOverrides]: [
3351
3351
  NetworkPacketEvent<PlayerUpdateEntityOverridesPacket>
3352
3352
  ];
3353
+ [Packet.ServerScriptDebugDrawer]: [
3354
+ NetworkPacketEvent<ServerScriptDebugDrawerPacket>
3355
+ ];
3353
3356
  }
3354
3357
 
3355
3358
  type VaultState = "inactive" | "active" | "unlocking" | "ejecting";
@@ -7468,21 +7471,11 @@ interface BlockEntry extends JSONLikeObject {
7468
7471
  nbtProperties: string;
7469
7472
  }
7470
7473
 
7471
- interface EntityPropertyData {
7472
- /**
7473
- * The name of the property.
7474
- */
7475
- name: StringTag;
7476
- /**
7477
- * The type of the property.
7478
- */
7479
- type: IntTag;
7480
- }
7481
- declare class EntityProperty<T = EntityPropertyData> {
7474
+ declare class EntityProperty {
7482
7475
  /**
7483
7476
  * The compound tag that contains the property data.
7484
7477
  */
7485
- readonly compound: CompoundTag<T>;
7478
+ readonly compound: CompoundTag;
7486
7479
  /**
7487
7480
  * The current value of the property.
7488
7481
  */
@@ -7517,17 +7510,7 @@ declare class EntityProperty<T = EntityPropertyData> {
7517
7510
  getType(): EntityPropertyType;
7518
7511
  }
7519
7512
 
7520
- interface EntityIntPropertyData extends EntityPropertyData {
7521
- /**
7522
- * The minimum value of the property.
7523
- */
7524
- min: IntTag;
7525
- /**
7526
- * The maximum value of the property.
7527
- */
7528
- max: IntTag;
7529
- }
7530
- declare class EntityIntProperty extends EntityProperty<EntityIntPropertyData> {
7513
+ declare class EntityIntProperty extends EntityProperty {
7531
7514
  /**
7532
7515
  * The current value of the property.
7533
7516
  */
@@ -7562,17 +7545,7 @@ declare class EntityIntProperty extends EntityProperty<EntityIntPropertyData> {
7562
7545
  setMax(max: number): void;
7563
7546
  }
7564
7547
 
7565
- interface EntityFloatPropertyData extends EntityPropertyData {
7566
- /**
7567
- * The minimum value of the property.
7568
- */
7569
- min: FloatTag;
7570
- /**
7571
- * The maximum value of the property.
7572
- */
7573
- max: FloatTag;
7574
- }
7575
- declare class EntityFloatProperty extends EntityProperty<EntityFloatPropertyData> {
7548
+ declare class EntityFloatProperty extends EntityProperty {
7576
7549
  /**
7577
7550
  * The current value of the property.
7578
7551
  */
@@ -7607,7 +7580,7 @@ declare class EntityFloatProperty extends EntityProperty<EntityFloatPropertyData
7607
7580
  setMax(max: number): void;
7608
7581
  }
7609
7582
 
7610
- declare class EntityBooleanProperty extends EntityProperty<EntityPropertyData> {
7583
+ declare class EntityBooleanProperty extends EntityProperty {
7611
7584
  /**
7612
7585
  * The current value of the property.
7613
7586
  */
@@ -7620,13 +7593,7 @@ declare class EntityBooleanProperty extends EntityProperty<EntityPropertyData> {
7620
7593
  constructor(identifier: string, defaultValue?: boolean);
7621
7594
  }
7622
7595
 
7623
- interface EntityEnumPropertyData extends EntityPropertyData {
7624
- /**
7625
- * The strings that the property can take.
7626
- */
7627
- enum: ListTag<StringTag>;
7628
- }
7629
- declare class EntityEnumProperty extends EntityProperty<EntityEnumPropertyData> {
7596
+ declare class EntityEnumProperty extends EntityProperty {
7630
7597
  /**
7631
7598
  * The current value of the property.
7632
7599
  */
@@ -7956,10 +7923,10 @@ declare class BlockPermutation<T extends keyof BlockState = keyof BlockState> {
7956
7923
  * @param state The state of the block permutation.
7957
7924
  */
7958
7925
  static create(type: BlockType, state?: GenericBlockState, components?: Partial<BlockTypeComponentCollection>, query?: string): BlockPermutation;
7959
- static toNbt(permutation: BlockPermutation): CompoundTag<unknown>;
7960
- static fromNbt(nbt: CompoundTag<unknown>): BlockPermutation;
7926
+ static toNbt(permutation: BlockPermutation): CompoundTag;
7927
+ static fromNbt(nbt: CompoundTag): BlockPermutation;
7961
7928
  protected static getTagType(value: unknown): TagType;
7962
- protected static createTag(value: unknown): StringTag | IntTag | LongTag | ByteTag;
7929
+ protected static createTag(value: unknown): BaseTag;
7963
7930
  static hash(identifier: string, state: GenericBlockState): number;
7964
7931
  }
7965
7932
 
@@ -7983,7 +7950,7 @@ declare class BlockTypeComponent {
7983
7950
  /**
7984
7951
  * The component value of the block type.
7985
7952
  */
7986
- protected get component(): CompoundTag<unknown>;
7953
+ protected get component(): CompoundTag;
7987
7954
  /**
7988
7955
  * Creates a new permutation property.
7989
7956
  * @param permutation The permutation of that this property will be attached to.
@@ -8038,7 +8005,7 @@ declare class BlockTypeMaterialInstancesComponent extends BlockTypeComponent {
8038
8005
  /**
8039
8006
  * The material instances of the block.
8040
8007
  */
8041
- readonly materials: CompoundTag<unknown>;
8008
+ readonly materials: CompoundTag;
8042
8009
  /**
8043
8010
  * Create a new material instances property for a block definition.
8044
8011
  * @param block The block definition that this property will be attached to.
@@ -8372,7 +8339,7 @@ declare class BlockTypeDisplayNameComponent extends BlockTypeComponent {
8372
8339
  setDisplayName(value: string): void;
8373
8340
  }
8374
8341
 
8375
- declare class BlockTypeComponentCollection extends CompoundTag<unknown> {
8342
+ declare class BlockTypeComponentCollection extends CompoundTag {
8376
8343
  /**
8377
8344
  * The type of block that the properties are for.
8378
8345
  */
@@ -8380,7 +8347,7 @@ declare class BlockTypeComponentCollection extends CompoundTag<unknown> {
8380
8347
  /**
8381
8348
  * The component definitions of the block type.
8382
8349
  */
8383
- readonly entries: Map<string, BlockTypeComponent>;
8350
+ readonly components: Map<string, BlockTypeComponent>;
8384
8351
  /**
8385
8352
  * Create a new block property collection.
8386
8353
  * @param block The block type that the properties are for.
@@ -8391,24 +8358,24 @@ declare class BlockTypeComponentCollection extends CompoundTag<unknown> {
8391
8358
  * @param property The property to get.
8392
8359
  * @returns The property instance.
8393
8360
  */
8394
- get<T extends typeof BlockTypeComponent>(property: T): InstanceType<T>;
8361
+ getComponent<T extends typeof BlockTypeComponent>(property: T): InstanceType<T>;
8395
8362
  /**
8396
8363
  * Checks if the block has a property.
8397
8364
  * @param property The property to check.
8398
8365
  * @returns True if the block has the property, false otherwise.
8399
8366
  */
8400
- has<T extends typeof BlockTypeComponent>(property: T | string): boolean;
8367
+ hasComponent<T extends typeof BlockTypeComponent>(property: T | string): boolean;
8401
8368
  /**
8402
8369
  * Adds a new property to the block.
8403
8370
  * @param property The property to add.
8404
8371
  * @returns The property instance.
8405
8372
  */
8406
- add<T extends typeof BlockTypeComponent, A extends ConstructorParameters<T>[1]>(property: T, ...args: [A]): InstanceType<T>;
8373
+ addComponent<T extends typeof BlockTypeComponent, A extends ConstructorParameters<T>[1]>(property: T, ...args: [A]): InstanceType<T>;
8407
8374
  /**
8408
8375
  * Removes a property from the block.
8409
8376
  * @param property The property to remove.
8410
8377
  */
8411
- remove<T extends typeof BlockTypeComponent>(property: T): void;
8378
+ removeComponent<T extends typeof BlockTypeComponent>(property: T): void;
8412
8379
  /**
8413
8380
  * Get whether the block has a hardness component.
8414
8381
  * @returns True if the block has a hardness component, false otherwise.
@@ -8597,7 +8564,7 @@ declare class ItemTypeComponent {
8597
8564
  /**
8598
8565
  * The component value of the item type.
8599
8566
  */
8600
- protected get component(): CompoundTag<unknown>;
8567
+ protected get component(): CompoundTag;
8601
8568
  /**
8602
8569
  * Create a new item type component definition.
8603
8570
  * @param type The item type of the component.
@@ -8771,7 +8738,7 @@ interface ItemTypeIconComponentOptions {
8771
8738
  }
8772
8739
  declare class ItemTypeIconComponent extends ItemTypeComponent {
8773
8740
  static readonly identifier = "minecraft:icon";
8774
- get component(): CompoundTag<unknown>;
8741
+ get component(): CompoundTag;
8775
8742
  /**
8776
8743
  * Creates a new icon component.
8777
8744
  * @param type The type of the item.
@@ -8802,7 +8769,7 @@ declare class ItemTypeIconComponent extends ItemTypeComponent {
8802
8769
 
8803
8770
  declare class ItemTypeItemPropertiesComponent extends ItemTypeComponent {
8804
8771
  static readonly identifier = "item_properties";
8805
- get component(): CompoundTag<unknown>;
8772
+ get component(): CompoundTag;
8806
8773
  }
8807
8774
 
8808
8775
  interface ItemTypeCooldownComponentOptions {
@@ -8921,7 +8888,7 @@ declare class ItemTypeHandEquippedComponent extends ItemTypeComponent {
8921
8888
  setHandEquipped(value: boolean): void;
8922
8889
  }
8923
8890
 
8924
- declare class ItemTypeComponentCollection extends CompoundTag<unknown> {
8891
+ declare class ItemTypeComponentCollection extends CompoundTag {
8925
8892
  /**
8926
8893
  * The type of item that the components are for.
8927
8894
  */
@@ -8929,7 +8896,7 @@ declare class ItemTypeComponentCollection extends CompoundTag<unknown> {
8929
8896
  /**
8930
8897
  * The component definitions of the item type.
8931
8898
  */
8932
- readonly entries: Map<string, ItemTypeComponent>;
8899
+ readonly components: Map<string, ItemTypeComponent>;
8933
8900
  /**
8934
8901
  * Create a new item component collection.
8935
8902
  * @param item The item type that the components are for.
@@ -8940,30 +8907,30 @@ declare class ItemTypeComponentCollection extends CompoundTag<unknown> {
8940
8907
  * @param component The identifier of the component.
8941
8908
  * @returns The component instance.
8942
8909
  */
8943
- get<T extends typeof ItemTypeComponent>(component: T): InstanceType<T>;
8910
+ getComponent<T extends typeof ItemTypeComponent>(component: T): InstanceType<T>;
8944
8911
  /**
8945
8912
  * Checks if the item type has a component.
8946
8913
  * @param component The component to check.
8947
8914
  * @returns True if the item type has the component, false otherwise.
8948
8915
  */
8949
- has<T extends typeof ItemTypeComponent>(component: T | string): boolean;
8916
+ hasComponent<T extends typeof ItemTypeComponent>(component: T | string): boolean;
8950
8917
  /**
8951
8918
  * Adds a new component to the item type.
8952
8919
  * @param component The component to add.
8953
8920
  * @param args Additional arguments for the component.
8954
8921
  * @returns The component instance.
8955
8922
  */
8956
- add<T extends typeof ItemTypeComponent, A extends ConstructorParameters<T>[1]>(component: T, ...args: [A]): InstanceType<T>;
8923
+ addComponent<T extends typeof ItemTypeComponent, A extends ConstructorParameters<T>[1]>(component: T, ...args: [A]): InstanceType<T>;
8957
8924
  /**
8958
8925
  * Removes a component from the item type.
8959
8926
  * @param component The component to remove.
8960
8927
  */
8961
- remove<T extends typeof ItemTypeComponent>(component: T): void;
8928
+ removeComponent<T extends typeof ItemTypeComponent>(component: T): void;
8962
8929
  /**
8963
8930
  * Get all the components of the item type.
8964
8931
  * @returns All the components of the item type.
8965
8932
  */
8966
- getAll(): Array<ItemTypeComponent>;
8933
+ getAllComponents(): Array<ItemTypeComponent>;
8967
8934
  /**
8968
8935
  * Check if the item type has a max stack size component.
8969
8936
  * @returns Whether the item type has a max stack size component.
@@ -9217,7 +9184,7 @@ declare class Container {
9217
9184
  close(player: Player, serverInitiated?: boolean): void;
9218
9185
  }
9219
9186
 
9220
- declare class ItemStackNbtMap extends Map<string, Tag> {
9187
+ declare class ItemStackNbtMap extends CompoundTag {
9221
9188
  /**
9222
9189
  * The item stack that the nbt map is attached to.
9223
9190
  */
@@ -9227,21 +9194,11 @@ declare class ItemStackNbtMap extends Map<string, Tag> {
9227
9194
  * @param itemStack The item stack that the nbt map will be attached to.
9228
9195
  */
9229
9196
  constructor(itemStack: ItemStack);
9230
- get<T extends Tag>(key: string): T;
9231
- add(...tags: Array<Tag<unknown>>): this;
9232
- set(key: string, value: Tag<unknown>): this;
9197
+ set<T extends BaseTag>(key: string, value: T): this;
9198
+ push<T extends BaseTag>(...tags: Array<T>): this;
9199
+ add<T extends BaseTag>(tag: T): T;
9233
9200
  delete(key: string): boolean;
9234
9201
  clear(): void;
9235
- /**
9236
- * Converts the nbt map to a compound tag.
9237
- * @returns
9238
- */
9239
- toCompound(name?: string): CompoundTag<unknown>;
9240
- /**
9241
- * Adds the tags from a compound to the map.
9242
- * @param root The compound tag to add the tags from.
9243
- */
9244
- fromCompound(root: CompoundTag<unknown>): void;
9245
9202
  serialize(): Buffer;
9246
9203
  deserialize(buffer: Buffer): void;
9247
9204
  protected update(): void;
@@ -9305,7 +9262,7 @@ interface ItemTypeOptions {
9305
9262
  /**
9306
9263
  * The nbt definition for the item type properties.
9307
9264
  */
9308
- properties: CompoundTag<unknown>;
9265
+ properties: CompoundTag;
9309
9266
  /**
9310
9267
  * Whether the item type is component based.
9311
9268
  */
@@ -9699,25 +9656,9 @@ declare class ItemBundleTrait extends ItemTrait {
9699
9656
  /**
9700
9657
  * The container of the item.
9701
9658
  */
9702
- readonly container: Container;
9703
9659
  constructor(item: ItemStack);
9704
- /**
9705
- * The bundle id of the item.
9706
- */
9707
- get dynamicId(): number;
9708
- /**
9709
- * Sets the bundle id of the item.
9710
- */
9711
- set dynamicId(id: number);
9712
- onContainerOpen(player: Player): void;
9713
- onContainerClose(player: Player): void;
9714
- onTick(): void;
9715
9660
  }
9716
9661
 
9717
- interface EnchantmentValue {
9718
- id: ShortTag;
9719
- lvl: ShortTag;
9720
- }
9721
9662
  declare class ItemEnchantableTrait extends ItemTrait {
9722
9663
  static readonly identifier = "enchantable";
9723
9664
  /**
@@ -9758,7 +9699,7 @@ declare class ItemEnchantableTrait extends ItemTrait {
9758
9699
  * Gets the enchantment list tag from the item stack's NBT.
9759
9700
  * @returns The enchantment list tag.
9760
9701
  */
9761
- getNbt(): ListTag<CompoundTag<EnchantmentValue>>;
9702
+ getNbt(): ListTag<CompoundTag>;
9762
9703
  onAdd(): void;
9763
9704
  onRemove(): void;
9764
9705
  }
@@ -9792,10 +9733,6 @@ declare class ItemDurabilityTrait extends ItemTrait {
9792
9733
  onUse(player: Player, options: Partial<ItemStackUseOptions>): boolean | void;
9793
9734
  }
9794
9735
 
9795
- interface DisplayValue {
9796
- name?: StringTag;
9797
- lore?: ListTag<StringTag>;
9798
- }
9799
9736
  declare class ItemDisplayTrait extends ItemTrait {
9800
9737
  static readonly identifier = "display";
9801
9738
  /**
@@ -9812,23 +9749,14 @@ declare class ItemDisplayTrait extends ItemTrait {
9812
9749
  * Gets the lore list on the item stack.
9813
9750
  * @returns The map of lore texts.
9814
9751
  */
9815
- getLore(): Map<number, string>;
9752
+ getLore(): Array<string>;
9816
9753
  /**
9817
9754
  * Adds lore to the item stack.
9818
9755
  * @param lore The lore array.
9819
9756
  */
9820
9757
  setLore(lore: Array<string>): void;
9821
- /**
9822
- * Clears the custom name from item stack
9823
- */
9824
- clearName(): void;
9825
9758
  onAdd(): void;
9826
9759
  onRemove(): void;
9827
- /**
9828
- * Gets the display tag from the item stack's NBT.
9829
- * @returns The display tag.
9830
- */
9831
- getNbt(): CompoundTag<DisplayValue>;
9832
9760
  }
9833
9761
 
9834
9762
  declare class ItemKeepOnDieTrait extends ItemTrait {
@@ -10013,7 +9941,7 @@ declare class ItemType {
10013
9941
  * The nbt properties definition of the item type.
10014
9942
  * This contains the vanilla component definitions.
10015
9943
  */
10016
- readonly properties: CompoundTag<unknown>;
9944
+ readonly properties: CompoundTag;
10017
9945
  /**
10018
9946
  * The traits that are bound to the item type.
10019
9947
  * These traits are used to define custom behavior for the item type.
@@ -10146,7 +10074,7 @@ declare class ItemType {
10146
10074
  * @param nbt The NBT of the item type, default null.
10147
10075
  * @returns
10148
10076
  */
10149
- static toNetworkInstance(type: ItemType, stackSize?: number, nbt?: CompoundTag<unknown> | null): NetworkItemInstanceDescriptor;
10077
+ static toNetworkInstance(type: ItemType, stackSize?: number, nbt?: CompoundTag | null): NetworkItemInstanceDescriptor;
10150
10078
  }
10151
10079
 
10152
10080
  declare class CustomItemType extends ItemType {
@@ -10325,7 +10253,7 @@ declare class ItemPalette {
10325
10253
  */
10326
10254
  declare const ItemTraits: (typeof ItemTrait)[];
10327
10255
 
10328
- declare class NbtMap extends Map<string, Tag> {
10256
+ declare class NbtMap extends CompoundTag {
10329
10257
  /**
10330
10258
  * The block in which the NBT data is attached to.
10331
10259
  */
@@ -10335,21 +10263,11 @@ declare class NbtMap extends Map<string, Tag> {
10335
10263
  * @param block The block in which the NBT data is attached to.
10336
10264
  */
10337
10265
  constructor(block: Block);
10338
- get<T extends Tag>(key: string): T;
10339
- add(value: Tag): this;
10340
- set(key: string, value: Tag): this;
10266
+ get<T extends BaseTag>(key: string): T | undefined;
10267
+ add<T extends BaseTag>(tag: T): T;
10268
+ set<T extends BaseTag>(key: string, value: T): this;
10341
10269
  delete(key: string): boolean;
10342
10270
  clear(): void;
10343
- /**
10344
- * Converts the nbt map to a compound tag.
10345
- * @returns
10346
- */
10347
- toCompound(name?: string): CompoundTag<unknown>;
10348
- /**
10349
- * Adds the tags from a compound to the map.
10350
- * @param root The compound tag to add the tags from.
10351
- */
10352
- fromCompound(root: CompoundTag<unknown>): void;
10353
10271
  serialize(): Buffer;
10354
10272
  deserialize(buffer: Buffer): void;
10355
10273
  update(player?: Player): void;
@@ -14154,6 +14072,24 @@ declare class EntityInventoryTrait extends EntityTrait {
14154
14072
  onDeath(): void;
14155
14073
  }
14156
14074
 
14075
+ interface EntityItemStackTraitOptions {
14076
+ /**
14077
+ * The item stack of the component.
14078
+ */
14079
+ itemStack: ItemStack;
14080
+ /**
14081
+ * The lifespan of the item in ticks.
14082
+ */
14083
+ lifeSpan?: number;
14084
+ /**
14085
+ * Whether the item can be merged with other items.
14086
+ */
14087
+ canMerge?: boolean;
14088
+ /**
14089
+ * Whether the item can despawn according to its lifespan.
14090
+ */
14091
+ canDespawn?: boolean;
14092
+ }
14157
14093
  declare class EntityItemStackTrait extends EntityTrait {
14158
14094
  static readonly identifier = "itemstack";
14159
14095
  /**
@@ -14163,11 +14099,19 @@ declare class EntityItemStackTrait extends EntityTrait {
14163
14099
  /**
14164
14100
  * The item stack of the component.
14165
14101
  */
14166
- itemStack: ItemStack;
14102
+ readonly itemStack: ItemStack;
14167
14103
  /**
14168
14104
  * The lifespan of the item in ticks.
14169
14105
  */
14170
14106
  lifeSpan: number;
14107
+ /**
14108
+ * Whether the item can be merged with other items.
14109
+ */
14110
+ canMerge: boolean;
14111
+ /**
14112
+ * Whether the item can despawn according to its lifespan.
14113
+ */
14114
+ canDespawn: boolean;
14171
14115
  /**
14172
14116
  * The pickup tick of the item.
14173
14117
  */
@@ -14180,25 +14124,16 @@ declare class EntityItemStackTrait extends EntityTrait {
14180
14124
  * The merging state of the item.
14181
14125
  */
14182
14126
  protected isMerging: boolean;
14183
- protected mergingEntity: Entity | null;
14184
14127
  /**
14185
- * Creates a new entity inventory component.
14186
- *
14187
- * @param entity The entity of the component.
14188
- * @param itemStack The item stack of the component.
14189
- * @returns A new entity inventory component.
14128
+ * The target entity that the item is merging with.
14190
14129
  */
14191
- constructor(entity: Entity);
14192
- /**
14193
- * Gets the lifespan of the item.
14194
- * @returns The lifespan of the item.
14195
- */
14196
- getLifeSpan(): number;
14130
+ protected mergingEntity: Entity | null;
14197
14131
  /**
14198
- * Sets the lifespan of the item.
14199
- * @param value The lifespan of the item.
14132
+ * Creates a new instance of the EntityItemStackTrait.
14133
+ * @param entity The entity that the trait is attached to.
14134
+ * @param options The options for the trait, including the item stack and lifespan.
14200
14135
  */
14201
- setLifeSpan(value: number): void;
14136
+ constructor(entity: Entity, options?: EntityItemStackTraitOptions);
14202
14137
  /**
14203
14138
  * Picks up the item by a player.
14204
14139
  * @param player The player that picked up the item.
@@ -14206,6 +14141,8 @@ declare class EntityItemStackTrait extends EntityTrait {
14206
14141
  pickup(player: Player): void;
14207
14142
  increment(amount?: number): void;
14208
14143
  decrement(amount?: number): void;
14144
+ onAdd(): void;
14145
+ onRemove(): void;
14209
14146
  onTick(details: TraitOnTickDetails): void;
14210
14147
  }
14211
14148
 
@@ -14607,7 +14544,7 @@ declare class EntityType {
14607
14544
  * The default components of the entity type.
14608
14545
  */
14609
14546
  readonly components: Array<string>;
14610
- readonly properties: Map<string, EntityProperty<EntityPropertyData>>;
14547
+ readonly properties: Map<string, EntityProperty>;
14611
14548
  /**
14612
14549
  * Create a new entity type.
14613
14550
  * @param identifier The identifier of the entity type.
@@ -14668,8 +14605,8 @@ declare class EntityType {
14668
14605
  * @returns An array of all entity types.
14669
14606
  */
14670
14607
  static getAll(): Array<EntityType>;
14671
- static toNbt(type: EntityType): CompoundTag<unknown>;
14672
- static toPropertiesNbt(type: EntityType): CompoundTag<unknown>;
14608
+ static toNbt(type: EntityType): CompoundTag;
14609
+ static toPropertiesNbt(type: EntityType): CompoundTag;
14673
14610
  }
14674
14611
 
14675
14612
  declare class CustomEntityType extends EntityType {
@@ -16185,6 +16122,10 @@ declare class PlayerContainerInteractionSignal extends EventSignal {
16185
16122
  * The amount of items that were selected.
16186
16123
  */
16187
16124
  readonly amount: number;
16125
+ /**
16126
+ * The request id of the container interaction.
16127
+ */
16128
+ readonly requestId: number;
16188
16129
  /**
16189
16130
  * Creates a new player container interaction signal.
16190
16131
  * @param player The player that interacted with a container.
@@ -16193,8 +16134,9 @@ declare class PlayerContainerInteractionSignal extends EventSignal {
16193
16134
  * @param destinationContainer The destination container that the player interacted with.
16194
16135
  * @param destinationSlot The slot in the destination container that the player interacted with.
16195
16136
  * @param amount The amount of items that were selected.
16137
+ * @param requestId The request id of the container interaction.
16196
16138
  */
16197
- constructor(player: Player, sourceContainer: Container, sourceSlot: number, destinationContainer: Container | null, destinationSlot: number | null, amount: number);
16139
+ constructor(player: Player, sourceContainer: Container, sourceSlot: number, destinationContainer: Container | null, destinationSlot: number | null, amount: number, requestId: number);
16198
16140
  }
16199
16141
 
16200
16142
  declare class EntityHitSignal extends EventSignal {
@@ -16356,12 +16298,12 @@ interface BlockProperties {
16356
16298
  entry?: BlockEntry;
16357
16299
  }
16358
16300
  interface BlockTypeNbtDefinition {
16359
- components: CompoundTag<unknown>;
16360
- menu_category: CompoundTag<unknown>;
16361
- vanilla_block_data: CompoundTag<unknown>;
16301
+ components: CompoundTag;
16302
+ menu_category: CompoundTag;
16303
+ vanilla_block_data: CompoundTag;
16362
16304
  molangVersion: IntTag;
16363
- properties: ListTag<CompoundTag<BlockTypeNbtStateDefinition>>;
16364
- permutations: ListTag<CompoundTag<BlockTypeNbtPermutationDefinition>>;
16305
+ properties: ListTag<CompoundTag>;
16306
+ permutations: ListTag<CompoundTag>;
16365
16307
  }
16366
16308
  interface BlockTypeNbtStateDefinition {
16367
16309
  name: StringTag;
@@ -16370,7 +16312,7 @@ interface BlockTypeNbtStateDefinition {
16370
16312
  interface BlockTypeNbtPermutationDefinition {
16371
16313
  condition: StringTag;
16372
16314
  }
16373
- type BlockTypeDefinition = CompoundTag<BlockTypeNbtDefinition>;
16315
+ type BlockTypeDefinition = CompoundTag;
16374
16316
 
16375
16317
  interface BlockInventoryTraitOptions {
16376
16318
  /**
@@ -17308,4 +17250,4 @@ declare class Astar {
17308
17250
  private inSet;
17309
17251
  }
17310
17252
 
17311
- 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, type BlockTypeCollisionBoxComponentOptions, BlockTypeComponent, BlockTypeCraftingTableComponent, type BlockTypeCraftingTableComponentOptions, type BlockTypeDefinition, BlockTypeDestructableByMiningComponent, BlockTypeDisplayNameComponent, BlockTypeFrictionComponent, BlockTypeGeometryComponent, type BlockTypeGeometryComponentOptions, BlockTypeInteractableComponent, BlockTypeLightEmissionComponent, BlockTypeMaterialInstancesComponent, type BlockTypeMaterialInstancesComponentOptions, type BlockTypeNbtDefinition, type BlockTypeNbtPermutationDefinition, type BlockTypeNbtStateDefinition, type BlockTypeProperties, BlockTypeSelectionBoxComponent, type BlockTypeSelectionBoxComponentOptions, BlockTypeTransformationComponent, type BlockTypeTransformationComponentOptions, 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, EnchantmentsEnum, type EndBrickStairsBlock, type EndPortalFrameBlock, type EndRodBlock, type EndStoneBrickDoubleSlabBlock, type EndStoneBrickSlabBlock, type EnderChestBlock, Entity, EntityAirSupplyTrait, EntityAttributeTrait, EntityAttributeUpdateSignal, EntityBooleanProperty, EntityCollisionTrait, EntityContainer, type EntityDeathOptions, type EntityDespawnOptions, EntityDespawnedSignal, EntityDiedSignal, EntityDimensionChangeSignal, EntityDropItemSignal, type EntityEffectOptions, EntityEffectsTrait, type EntityEntry, EntityEnum, EntityEnumProperty, type EntityEnumPropertyData, EntityEquipmentTrait, type EntityFallOnBlockTraitEvent, EntityFlagUpdateSignal, EntityFloatProperty, type EntityFloatPropertyData, EntityGravityTrait, EntityHealthChangedSignal, EntityHealthTrait, EntityHitSignal, EntityHurtSignal, EntityIdentifier, EntityIntProperty, type EntityIntPropertyData, EntityInteractMethod, EntityInventoryTrait, type EntityInventoryTraitOptions, EntityInvisibilityTrait, EntityItemStackTrait, EntityLookAtPlayerTrait, EntityMetadataUpdateSignal, EntityMovementTrait, type EntityNpcDialogueProperty, EntityNpcTrait, EntityPalette, EntityPhysicsTrait, type EntityProperties, EntityProperty, type EntityPropertyData, type EntityQueryOptions, EntityRideableTrait, EntityRidingTrait, EntitySharedPropertiesMap, 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 FileMap, 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, ItemToolType, ItemTrait, ItemTraits, ItemType, ItemTypeBlockPlacerComponent, type ItemTypeBlockPlacerComponentOptions, ItemTypeCanDestroyInCreativeComponent, ItemTypeComponent, ItemTypeComponentCollection, ItemTypeCooldownComponent, type ItemTypeCooldownComponentOptions, ItemTypeDiggerComponent, type ItemTypeDiggerComponentOptions, ItemTypeDisplayNameComponent, ItemTypeHandEquippedComponent, ItemTypeIconComponent, type ItemTypeIconComponentOptions, ItemTypeItemPropertiesComponent, ItemTypeMaxStackComponent, type ItemTypeOptions, ItemTypeToolTier, 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 MaterialInstanceOptions, 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, PermissionsEnum, 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, type ResourcePacksProperties, Resources, type ResourcesProperties, type RespawnAnchorBlock, RideableSeat, type RideableSeatOptions, 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, Trait, TraitActionEnum, type TraitOnTickDetails, 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 };
17253
+ 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, type BlockTypeCollisionBoxComponentOptions, BlockTypeComponent, BlockTypeCraftingTableComponent, type BlockTypeCraftingTableComponentOptions, type BlockTypeDefinition, BlockTypeDestructableByMiningComponent, BlockTypeDisplayNameComponent, BlockTypeFrictionComponent, BlockTypeGeometryComponent, type BlockTypeGeometryComponentOptions, BlockTypeInteractableComponent, BlockTypeLightEmissionComponent, BlockTypeMaterialInstancesComponent, type BlockTypeMaterialInstancesComponentOptions, type BlockTypeNbtDefinition, type BlockTypeNbtPermutationDefinition, type BlockTypeNbtStateDefinition, type BlockTypeProperties, BlockTypeSelectionBoxComponent, type BlockTypeSelectionBoxComponentOptions, BlockTypeTransformationComponent, type BlockTypeTransformationComponentOptions, 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, EnchantmentsEnum, type EndBrickStairsBlock, type EndPortalFrameBlock, type EndRodBlock, type EndStoneBrickDoubleSlabBlock, type EndStoneBrickSlabBlock, type EnderChestBlock, Entity, EntityAirSupplyTrait, EntityAttributeTrait, EntityAttributeUpdateSignal, EntityBooleanProperty, EntityCollisionTrait, EntityContainer, type EntityDeathOptions, type EntityDespawnOptions, EntityDespawnedSignal, EntityDiedSignal, EntityDimensionChangeSignal, EntityDropItemSignal, type EntityEffectOptions, EntityEffectsTrait, type EntityEntry, EntityEnum, EntityEnumProperty, EntityEquipmentTrait, type EntityFallOnBlockTraitEvent, EntityFlagUpdateSignal, EntityFloatProperty, EntityGravityTrait, EntityHealthChangedSignal, EntityHealthTrait, EntityHitSignal, EntityHurtSignal, EntityIdentifier, EntityIntProperty, EntityInteractMethod, EntityInventoryTrait, type EntityInventoryTraitOptions, EntityInvisibilityTrait, EntityItemStackTrait, type EntityItemStackTraitOptions, EntityLookAtPlayerTrait, EntityMetadataUpdateSignal, EntityMovementTrait, type EntityNpcDialogueProperty, EntityNpcTrait, EntityPalette, EntityPhysicsTrait, type EntityProperties, EntityProperty, type EntityQueryOptions, EntityRideableTrait, EntityRidingTrait, EntitySharedPropertiesMap, 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 FileMap, 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, ItemToolType, ItemTrait, ItemTraits, ItemType, ItemTypeBlockPlacerComponent, type ItemTypeBlockPlacerComponentOptions, ItemTypeCanDestroyInCreativeComponent, ItemTypeComponent, ItemTypeComponentCollection, ItemTypeCooldownComponent, type ItemTypeCooldownComponentOptions, ItemTypeDiggerComponent, type ItemTypeDiggerComponentOptions, ItemTypeDisplayNameComponent, ItemTypeHandEquippedComponent, ItemTypeIconComponent, type ItemTypeIconComponentOptions, ItemTypeItemPropertiesComponent, ItemTypeMaxStackComponent, type ItemTypeOptions, ItemTypeToolTier, 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 MaterialInstanceOptions, 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, PermissionsEnum, 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, type ResourcePacksProperties, Resources, type ResourcesProperties, type RespawnAnchorBlock, RideableSeat, type RideableSeatOptions, 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, Trait, TraitActionEnum, type TraitOnTickDetails, 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 };