@serenityjs/core 0.7.7 → 0.7.8-beta-20250328024353
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 +14 -0
- package/dist/index.d.mts +379 -159
- package/dist/index.d.ts +379 -159
- package/dist/index.js +14 -14
- package/dist/index.mjs +14 -14
- package/package.json +8 -8
package/dist/index.d.ts
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,
|
|
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, CreativeItemCategory, CreativeItemGroup, NetworkItemInstanceDescriptor, ContainerType, ContainerId, ItemUseMethod, Enchantment, EquipmentSlot, NetworkItemStackDescriptor, BlockPosition, BlockFace, NetworkBlockTypeDefinition, IPosition, ScoreboardIdentityType, ObjectiveSortOrder, DisplaySlotType, ModalFormType, BossEventColor, ActorDataId, DataItem, AttributeName, Attribute, DeviceOS, MemoryTier, InputMode, InteractionMode, PlayMode, HudElement, SerializedSkin, DisconnectReason, ContainerName, ActorDamageCause, ChunkCoords, EffectType, Rotation, 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, ListTag, ShortTag, Tag } from '@serenityjs/nbt';
|
|
7
7
|
import { Worker as Worker$1 } from 'node:worker_threads';
|
|
@@ -7797,24 +7797,6 @@ declare class BlockTypeLightEmissionComponent extends BlockTypeComponent {
|
|
|
7797
7797
|
constructor(block: BlockType | BlockPermutation, lightEmission?: number);
|
|
7798
7798
|
}
|
|
7799
7799
|
|
|
7800
|
-
interface MaterialInstanceProperties {
|
|
7801
|
-
/**
|
|
7802
|
-
* The texture of the block.
|
|
7803
|
-
*/
|
|
7804
|
-
texture: string;
|
|
7805
|
-
/**
|
|
7806
|
-
* The render method to use for the block.
|
|
7807
|
-
*/
|
|
7808
|
-
render_method: MaterialRenderMethod;
|
|
7809
|
-
/**
|
|
7810
|
-
* Whether the block should have face dimming.
|
|
7811
|
-
*/
|
|
7812
|
-
face_dimming: boolean;
|
|
7813
|
-
/**
|
|
7814
|
-
* Whether the block should have ambient occlusion enabled.
|
|
7815
|
-
*/
|
|
7816
|
-
ambient_occlusion: boolean;
|
|
7817
|
-
}
|
|
7818
7800
|
/**
|
|
7819
7801
|
* Refrence the wiki for more information: https://wiki.bedrock.dev/blocks/block-components.html#material-instances
|
|
7820
7802
|
*/
|
|
@@ -8023,6 +8005,34 @@ declare class BlockTypeTransformationComponent extends BlockTypeComponent {
|
|
|
8023
8005
|
constructor(block: BlockType | BlockPermutation, properties?: Partial<BlockTypeTransformationComponent>);
|
|
8024
8006
|
}
|
|
8025
8007
|
|
|
8008
|
+
declare class BlockTypeCraftingTableComponent extends BlockTypeComponent {
|
|
8009
|
+
static readonly identifier = "minecraft:crafting_table";
|
|
8010
|
+
/**
|
|
8011
|
+
* The table name of the crafting table.
|
|
8012
|
+
*/
|
|
8013
|
+
get tableName(): string;
|
|
8014
|
+
/**
|
|
8015
|
+
* The table name of the crafting table.
|
|
8016
|
+
*/
|
|
8017
|
+
set tableName(value: string);
|
|
8018
|
+
/**
|
|
8019
|
+
* The grid size of the crafting table.
|
|
8020
|
+
* This value is then raised to the power of 2 to get the size of the grid.
|
|
8021
|
+
*/
|
|
8022
|
+
get gridSize(): number;
|
|
8023
|
+
/**
|
|
8024
|
+
* The grid size of the crafting table.
|
|
8025
|
+
* This value is then raised to the power of 2 to get the size of the grid.
|
|
8026
|
+
*/
|
|
8027
|
+
set gridSize(value: number);
|
|
8028
|
+
/**
|
|
8029
|
+
* Create a new block crafting table component for a block definition
|
|
8030
|
+
* @param block The block type or permutation
|
|
8031
|
+
* @param properties The crafting table properties
|
|
8032
|
+
*/
|
|
8033
|
+
constructor(block: BlockType | BlockPermutation, properties?: Partial<BlockTypeCraftingTableComponent>);
|
|
8034
|
+
}
|
|
8035
|
+
|
|
8026
8036
|
declare class BlockTypeComponentCollection extends CompoundTag<unknown> {
|
|
8027
8037
|
/**
|
|
8028
8038
|
* The type of block that the properties are for.
|
|
@@ -8042,7 +8052,7 @@ declare class BlockTypeComponentCollection extends CompoundTag<unknown> {
|
|
|
8042
8052
|
* @param property The property to get.
|
|
8043
8053
|
* @returns The property instance.
|
|
8044
8054
|
*/
|
|
8045
|
-
get<T extends typeof BlockTypeComponent>(property: T): InstanceType<T
|
|
8055
|
+
get<T extends typeof BlockTypeComponent>(property: T): InstanceType<T>;
|
|
8046
8056
|
/**
|
|
8047
8057
|
* Checks if the block has a property.
|
|
8048
8058
|
* @param property The property to check.
|
|
@@ -8060,125 +8070,101 @@ declare class BlockTypeComponentCollection extends CompoundTag<unknown> {
|
|
|
8060
8070
|
* @param property The property to remove.
|
|
8061
8071
|
*/
|
|
8062
8072
|
remove<T extends typeof BlockTypeComponent>(property: T): void;
|
|
8063
|
-
get hardness(): number;
|
|
8064
|
-
set hardness(value: number);
|
|
8065
|
-
get friction(): number;
|
|
8066
|
-
set friction(value: number);
|
|
8067
|
-
}
|
|
8068
|
-
|
|
8069
|
-
/**
|
|
8070
|
-
* BlockType represents a block type in the game, which hold all possible permutations the block can have.
|
|
8071
|
-
*
|
|
8072
|
-
* **Example Usage**
|
|
8073
|
-
* ```typescript
|
|
8074
|
-
import { BlockType, BlockIdentifier } from "@serenityjs/block"
|
|
8075
|
-
|
|
8076
|
-
// Get the block type for dirt
|
|
8077
|
-
const dirtType = BlockType.get(BlockIdentifier.Dirt)
|
|
8078
|
-
|
|
8079
|
-
// Get the identifier of the type
|
|
8080
|
-
dirtType.identifier // Expected to be "minecraft:dirt"
|
|
8081
|
-
* ```
|
|
8082
|
-
*/
|
|
8083
|
-
declare class BlockType<T extends keyof BlockState = keyof BlockState> {
|
|
8084
8073
|
/**
|
|
8085
|
-
*
|
|
8074
|
+
* Get the hardness component value of the block.
|
|
8075
|
+
* @returns The hardness value of the block.
|
|
8086
8076
|
*/
|
|
8087
|
-
|
|
8077
|
+
getHardness(): number;
|
|
8088
8078
|
/**
|
|
8089
|
-
*
|
|
8079
|
+
* Set the hardness component value of the block.
|
|
8080
|
+
* @param value The hardness value to set.
|
|
8090
8081
|
*/
|
|
8091
|
-
|
|
8082
|
+
setHardness(value: number): void;
|
|
8092
8083
|
/**
|
|
8093
|
-
*
|
|
8084
|
+
* Get the friction component value of the block.
|
|
8085
|
+
* @returns The friction value of the block.
|
|
8094
8086
|
*/
|
|
8095
|
-
|
|
8087
|
+
getFriction(): number;
|
|
8096
8088
|
/**
|
|
8097
|
-
*
|
|
8089
|
+
* Set the friction component value of the block.
|
|
8090
|
+
* @param value The friction value to set.
|
|
8098
8091
|
*/
|
|
8099
|
-
|
|
8092
|
+
setFriction(value: number): void;
|
|
8100
8093
|
/**
|
|
8101
|
-
*
|
|
8094
|
+
* Get the light emission component value of the block.
|
|
8095
|
+
* @returns The light emission value of the block.
|
|
8102
8096
|
*/
|
|
8103
|
-
|
|
8097
|
+
getLightEmission(): number;
|
|
8104
8098
|
/**
|
|
8105
|
-
*
|
|
8099
|
+
* Set the light emission component value of the block.
|
|
8100
|
+
* @param value The light emission value to set.
|
|
8106
8101
|
*/
|
|
8107
|
-
|
|
8102
|
+
setLightEmission(value: number): void;
|
|
8108
8103
|
/**
|
|
8109
|
-
*
|
|
8104
|
+
* Get whether the block is interactable.
|
|
8105
|
+
* @returns True if the block is interactable, false otherwise.
|
|
8110
8106
|
*/
|
|
8111
|
-
|
|
8107
|
+
getIsInteractable(): boolean;
|
|
8112
8108
|
/**
|
|
8113
|
-
*
|
|
8109
|
+
* Set whether the block is interactable.
|
|
8110
|
+
* @param value True if the block is interactable, false otherwise.
|
|
8114
8111
|
*/
|
|
8115
|
-
|
|
8112
|
+
setIsInteractable(value: boolean): void;
|
|
8116
8113
|
/**
|
|
8117
|
-
*
|
|
8114
|
+
* Get the geometry component of the block.
|
|
8115
|
+
* @returns The geometry component of the block.
|
|
8118
8116
|
*/
|
|
8119
|
-
|
|
8117
|
+
getGeometry(): BlockTypeGeometryComponent;
|
|
8120
8118
|
/**
|
|
8121
|
-
*
|
|
8122
|
-
*
|
|
8119
|
+
* Set the geometry component of the block.
|
|
8120
|
+
* @param properties The properties of the geometry component.
|
|
8121
|
+
* @returns The geometry component of the block.
|
|
8123
8122
|
*/
|
|
8124
|
-
|
|
8123
|
+
setGeometry(properties?: Partial<BlockTypeGeometryComponent>): BlockTypeGeometryComponent;
|
|
8125
8124
|
/**
|
|
8126
|
-
*
|
|
8127
|
-
*
|
|
8128
|
-
* These components will be used gobally for all permutations, unless a permutation has a definition that overrides it.
|
|
8125
|
+
* Get the material instances component of the block.
|
|
8126
|
+
* @returns The material instances component of the block.
|
|
8129
8127
|
*/
|
|
8130
|
-
|
|
8128
|
+
getMaterialInstances(): BlockTypeMaterialInstancesComponent;
|
|
8131
8129
|
/**
|
|
8132
|
-
*
|
|
8133
|
-
*
|
|
8130
|
+
* Set the material instances component of the block.
|
|
8131
|
+
* @param properties The properties of the material instances component.
|
|
8132
|
+
* @returns The material instances component of the block.
|
|
8134
8133
|
*/
|
|
8135
|
-
|
|
8134
|
+
setMaterialInstances(properties?: Record<string, MaterialInstanceProperties>): BlockTypeMaterialInstancesComponent;
|
|
8136
8135
|
/**
|
|
8137
|
-
*
|
|
8138
|
-
* @
|
|
8139
|
-
* @param properties The properties of the block type.
|
|
8136
|
+
* Get the selection box component of the block.
|
|
8137
|
+
* @returns The selection box component of the block.
|
|
8140
8138
|
*/
|
|
8141
|
-
|
|
8139
|
+
getSelectionBox(): BlockTypeSelectionBoxComponent;
|
|
8142
8140
|
/**
|
|
8143
|
-
*
|
|
8144
|
-
* @param
|
|
8141
|
+
* Set the selection box component of the block.
|
|
8142
|
+
* @param properties The properties of the selection box component.
|
|
8143
|
+
* @returns The selection box component of the block.
|
|
8145
8144
|
*/
|
|
8146
|
-
|
|
8145
|
+
setSelectionBox(properties?: Partial<BlockTypeSelectionBoxComponent>): BlockTypeSelectionBoxComponent;
|
|
8147
8146
|
/**
|
|
8148
|
-
*
|
|
8149
|
-
* @returns The
|
|
8147
|
+
* Get the collision box component of the block.
|
|
8148
|
+
* @returns The collision box component of the block.
|
|
8150
8149
|
*/
|
|
8151
|
-
|
|
8152
|
-
/**
|
|
8153
|
-
* Get the block type from the registry.
|
|
8154
|
-
*/
|
|
8155
|
-
static get<T extends keyof BlockState>(identifier: T): BlockType<T>;
|
|
8156
|
-
/**
|
|
8157
|
-
* Get all block types from the registry.
|
|
8158
|
-
*/
|
|
8159
|
-
static getAll(): Array<BlockType>;
|
|
8160
|
-
}
|
|
8161
|
-
|
|
8162
|
-
declare class CustomBlockType extends BlockType {
|
|
8163
|
-
protected static networkId: number;
|
|
8150
|
+
getCollisionBox(): BlockTypeCollisionBoxComponent;
|
|
8164
8151
|
/**
|
|
8165
|
-
*
|
|
8152
|
+
* Set the collision box component of the block.
|
|
8153
|
+
* @param properties The properties of the collision box component.
|
|
8154
|
+
* @returns The collision box component of the block.
|
|
8166
8155
|
*/
|
|
8167
|
-
|
|
8156
|
+
setCollisionBox(properties?: Partial<BlockTypeCollisionBoxComponent>): BlockTypeCollisionBoxComponent;
|
|
8168
8157
|
/**
|
|
8169
|
-
*
|
|
8170
|
-
* @
|
|
8171
|
-
* @param properties The properties of the block type.
|
|
8158
|
+
* Get the crafting table component of the block.
|
|
8159
|
+
* @returns The crafting table component of the block.
|
|
8172
8160
|
*/
|
|
8173
|
-
|
|
8161
|
+
getCraftingTable(): BlockTypeCraftingTableComponent;
|
|
8174
8162
|
/**
|
|
8175
|
-
*
|
|
8176
|
-
* @param
|
|
8177
|
-
* @
|
|
8178
|
-
* @param query The molang query for the block permutation. If not provided, the query will be generated from the state.
|
|
8179
|
-
* @returns The block permutation that was created using the state definition.
|
|
8163
|
+
* Set the crafting table component of the block.
|
|
8164
|
+
* @param properties The properties of the crafting table component.
|
|
8165
|
+
* @returns The crafting table component of the
|
|
8180
8166
|
*/
|
|
8181
|
-
|
|
8167
|
+
setCraftingTable(properties?: Partial<BlockTypeCraftingTableComponent>): BlockTypeCraftingTableComponent;
|
|
8182
8168
|
}
|
|
8183
8169
|
|
|
8184
8170
|
declare class Trait {
|
|
@@ -8292,6 +8278,10 @@ declare class ItemTypeBlockPlacerComponent extends ItemTypeComponent {
|
|
|
8292
8278
|
* The block type that the item type will place when used.
|
|
8293
8279
|
*/
|
|
8294
8280
|
get blockIdentifier(): BlockIdentifier | string;
|
|
8281
|
+
/**
|
|
8282
|
+
* The block type that the item type will place when used.
|
|
8283
|
+
*/
|
|
8284
|
+
set blockIdentifier(value: BlockIdentifier | string);
|
|
8295
8285
|
/**
|
|
8296
8286
|
* Whether the block image should be used as the item icon.
|
|
8297
8287
|
*/
|
|
@@ -8315,7 +8305,7 @@ declare class ItemTypeBlockPlacerComponent extends ItemTypeComponent {
|
|
|
8315
8305
|
* @param type The item type that the component will be attached to.
|
|
8316
8306
|
* @param properties The properties of the block placer component.
|
|
8317
8307
|
*/
|
|
8318
|
-
constructor(type: ItemType, properties?:
|
|
8308
|
+
constructor(type: ItemType, properties?: Partial<ItemTypeBlockPlacerComponent>);
|
|
8319
8309
|
}
|
|
8320
8310
|
|
|
8321
8311
|
declare class ItemTypeWearableComponent extends ItemTypeComponent {
|
|
@@ -8336,6 +8326,12 @@ declare class ItemTypeWearableComponent extends ItemTypeComponent {
|
|
|
8336
8326
|
* The slot that the wearable item can be equipped in.
|
|
8337
8327
|
*/
|
|
8338
8328
|
set slot(value: WearableSlot);
|
|
8329
|
+
/**
|
|
8330
|
+
* Creates a new wearable component definition for an item type.
|
|
8331
|
+
* @param type The type of item that the component is for.
|
|
8332
|
+
* @param properties The properties of the wearable component.
|
|
8333
|
+
*/
|
|
8334
|
+
constructor(type: ItemType, properties?: Partial<ItemTypeWearableComponent>);
|
|
8339
8335
|
}
|
|
8340
8336
|
|
|
8341
8337
|
declare class ItemTypeMaxStackComponent extends ItemTypeComponent {
|
|
@@ -8371,7 +8367,7 @@ declare class ItemTypeIconComponent extends ItemTypeComponent {
|
|
|
8371
8367
|
* Creates a new icon component.
|
|
8372
8368
|
* @param type The type of the item.
|
|
8373
8369
|
*/
|
|
8374
|
-
constructor(type: ItemType);
|
|
8370
|
+
constructor(type: ItemType, value: string);
|
|
8375
8371
|
}
|
|
8376
8372
|
|
|
8377
8373
|
declare class ItemTypeItemPropertiesComponent extends ItemTypeComponent {
|
|
@@ -8423,45 +8419,65 @@ declare class ItemTypeComponentCollection extends CompoundTag<unknown> {
|
|
|
8423
8419
|
*/
|
|
8424
8420
|
getAll(): Array<ItemTypeComponent>;
|
|
8425
8421
|
/**
|
|
8426
|
-
*
|
|
8422
|
+
* Get the max stack size of the item type.
|
|
8423
|
+
* @returns The max stack size of the item type.
|
|
8427
8424
|
*/
|
|
8428
|
-
|
|
8425
|
+
getMaxStackSize(): number;
|
|
8429
8426
|
/**
|
|
8430
|
-
*
|
|
8427
|
+
* Set the max stack size of the item type.
|
|
8428
|
+
* @param value The max stack size value.
|
|
8431
8429
|
*/
|
|
8432
|
-
|
|
8430
|
+
setMaxStackSize(value: number): void;
|
|
8433
8431
|
/**
|
|
8434
|
-
*
|
|
8432
|
+
* Get the block placer component of the item type.
|
|
8433
|
+
* @returns The block placer component of the item type.
|
|
8435
8434
|
*/
|
|
8436
|
-
|
|
8435
|
+
getBlockPlacer(): ItemTypeBlockPlacerComponent;
|
|
8437
8436
|
/**
|
|
8438
|
-
*
|
|
8437
|
+
* Set the block placer component of the item type.
|
|
8438
|
+
* @param properties The properties of the block placer component
|
|
8439
8439
|
*/
|
|
8440
|
-
|
|
8440
|
+
setBlockPlacer(properties?: Partial<ItemTypeBlockPlacerComponent>): void;
|
|
8441
8441
|
/**
|
|
8442
|
-
*
|
|
8442
|
+
* Get the display name of the item type.
|
|
8443
|
+
* @returns The display name of the item type.
|
|
8443
8444
|
*/
|
|
8444
|
-
|
|
8445
|
+
getDisplayName(): string;
|
|
8445
8446
|
/**
|
|
8446
|
-
*
|
|
8447
|
+
* Set the display name of the item type.
|
|
8448
|
+
* @param value The display name value.
|
|
8447
8449
|
*/
|
|
8448
|
-
|
|
8450
|
+
setDisplayName(value: string): void;
|
|
8449
8451
|
/**
|
|
8450
|
-
*
|
|
8452
|
+
* Get whether the item type can destroy blocks in creative mode.
|
|
8453
|
+
* @returns Whether the item type can destroy blocks in creative mode.
|
|
8454
|
+
*/
|
|
8455
|
+
getCanDestroyInCreative(): boolean;
|
|
8456
|
+
/**
|
|
8457
|
+
* Set whether the item type can destroy blocks in creative mode.
|
|
8458
|
+
* @param value The can destroy in creative value.
|
|
8459
|
+
*/
|
|
8460
|
+
setCanDestroyInCreative(value: boolean): void;
|
|
8461
|
+
/**
|
|
8462
|
+
* Get the icon of the item type.
|
|
8463
|
+
* @returns The icon of the item type.
|
|
8451
8464
|
*/
|
|
8452
|
-
|
|
8465
|
+
getIcon(): string;
|
|
8453
8466
|
/**
|
|
8454
|
-
*
|
|
8467
|
+
* Set the icon of the item type.
|
|
8468
|
+
* @param value The icon value.
|
|
8455
8469
|
*/
|
|
8456
|
-
|
|
8470
|
+
setIcon(value: string): void;
|
|
8457
8471
|
/**
|
|
8458
|
-
*
|
|
8472
|
+
* Get the wearable component of the item type.
|
|
8473
|
+
* @returns The wearable component of the item type.
|
|
8459
8474
|
*/
|
|
8460
|
-
|
|
8475
|
+
getWearable(): ItemTypeWearableComponent;
|
|
8461
8476
|
/**
|
|
8462
|
-
*
|
|
8477
|
+
* Set the wearable component of the item type.
|
|
8478
|
+
* @param properties The properties of the wearable component
|
|
8463
8479
|
*/
|
|
8464
|
-
|
|
8480
|
+
setWearable(properties?: Partial<ItemTypeWearableComponent>): void;
|
|
8465
8481
|
}
|
|
8466
8482
|
|
|
8467
8483
|
declare class ItemType<T extends keyof Items = keyof Items> {
|
|
@@ -9784,9 +9800,14 @@ declare class Block {
|
|
|
9784
9800
|
declare class BlockTrait extends Trait {
|
|
9785
9801
|
/**
|
|
9786
9802
|
* The block state key that this trait is compatible with by default.
|
|
9787
|
-
* If null, the trait will not be initialized by any state.
|
|
9803
|
+
* If null, the trait will not be initialized by any block state.
|
|
9788
9804
|
*/
|
|
9789
9805
|
static readonly state: string | null;
|
|
9806
|
+
/**
|
|
9807
|
+
* The block component identifiers that this trait is compatible with by default.
|
|
9808
|
+
* If empty, the trait will not be initialized by any component.
|
|
9809
|
+
*/
|
|
9810
|
+
static readonly components: Array<string>;
|
|
9790
9811
|
/**
|
|
9791
9812
|
* The block type identifiers that this trait is compatible with by default.
|
|
9792
9813
|
*/
|
|
@@ -9796,9 +9817,19 @@ declare class BlockTrait extends Trait {
|
|
|
9796
9817
|
*/
|
|
9797
9818
|
protected readonly block: Block;
|
|
9798
9819
|
/**
|
|
9799
|
-
* The
|
|
9820
|
+
* The dimension that the block is in.
|
|
9821
|
+
*/
|
|
9822
|
+
protected readonly dimension: Dimension;
|
|
9823
|
+
/**
|
|
9824
|
+
* The block state key that this trait is compatible with.
|
|
9825
|
+
* If null, the trait will not be initialized by any block state.
|
|
9800
9826
|
*/
|
|
9801
9827
|
readonly state: string | null;
|
|
9828
|
+
/**
|
|
9829
|
+
* The block component identifiers that this trait is compatible with.
|
|
9830
|
+
* If empty, the trait will not be initialized by any component.
|
|
9831
|
+
*/
|
|
9832
|
+
readonly components: string[];
|
|
9802
9833
|
/**
|
|
9803
9834
|
* Creates a new instance of the block trait.
|
|
9804
9835
|
* @param block The block that this trait will be attached to.
|
|
@@ -9868,7 +9899,12 @@ declare class BlockInventoryTrait extends BlockTrait {
|
|
|
9868
9899
|
* Whether the block is opened or not.
|
|
9869
9900
|
*/
|
|
9870
9901
|
protected opened: boolean;
|
|
9871
|
-
|
|
9902
|
+
/**
|
|
9903
|
+
* Create a new inventory trait for a specific block.
|
|
9904
|
+
* @param block The block to create the trait for.
|
|
9905
|
+
* @param options The options for the block inventory trait.
|
|
9906
|
+
*/
|
|
9907
|
+
constructor(block: Block, options?: Partial<BlockInventoryTraitOptions>);
|
|
9872
9908
|
onInteract({ cancel, origin }: BlockInteractionOptions): void;
|
|
9873
9909
|
onBreak(): void;
|
|
9874
9910
|
onContainerUpdate(container: Container): void;
|
|
@@ -10050,6 +10086,149 @@ declare class BlockButtonTrait extends BlockTrait {
|
|
|
10050
10086
|
setState(state: boolean, silent?: boolean): void;
|
|
10051
10087
|
}
|
|
10052
10088
|
|
|
10089
|
+
declare class BlockCraftingTableTrait extends BlockInventoryTrait {
|
|
10090
|
+
static readonly identifier = "crafting_table";
|
|
10091
|
+
static readonly types: BlockIdentifier[];
|
|
10092
|
+
static readonly components: string[];
|
|
10093
|
+
/**
|
|
10094
|
+
* Creates a new block crafting table trait.
|
|
10095
|
+
* @param block The block create the trait for.
|
|
10096
|
+
*/
|
|
10097
|
+
constructor(block: Block);
|
|
10098
|
+
}
|
|
10099
|
+
|
|
10100
|
+
/**
|
|
10101
|
+
* BlockType represents a block type in the game, which hold all possible permutations the block can have.
|
|
10102
|
+
*
|
|
10103
|
+
* **Example Usage**
|
|
10104
|
+
* ```typescript
|
|
10105
|
+
import { BlockType, BlockIdentifier } from "@serenityjs/block"
|
|
10106
|
+
|
|
10107
|
+
// Get the block type for dirt
|
|
10108
|
+
const dirtType = BlockType.get(BlockIdentifier.Dirt)
|
|
10109
|
+
|
|
10110
|
+
// Get the identifier of the type
|
|
10111
|
+
dirtType.identifier // Expected to be "minecraft:dirt"
|
|
10112
|
+
* ```
|
|
10113
|
+
*/
|
|
10114
|
+
declare class BlockType<T extends keyof BlockState = keyof BlockState> {
|
|
10115
|
+
/**
|
|
10116
|
+
* A collective registry of all block types.
|
|
10117
|
+
*/
|
|
10118
|
+
static readonly types: Map<string, BlockType<keyof BlockState>>;
|
|
10119
|
+
/**
|
|
10120
|
+
* The identifier of the block type.
|
|
10121
|
+
*/
|
|
10122
|
+
readonly identifier: T;
|
|
10123
|
+
/**
|
|
10124
|
+
* Whether the block type is loggable.
|
|
10125
|
+
*/
|
|
10126
|
+
readonly loggable: boolean;
|
|
10127
|
+
/**
|
|
10128
|
+
* Whether the block type is air.
|
|
10129
|
+
*/
|
|
10130
|
+
readonly air: boolean;
|
|
10131
|
+
/**
|
|
10132
|
+
* Whether the block type is liquid.
|
|
10133
|
+
*/
|
|
10134
|
+
readonly liquid: boolean;
|
|
10135
|
+
/**
|
|
10136
|
+
* Whether the block type is solid.
|
|
10137
|
+
*/
|
|
10138
|
+
readonly solid: boolean;
|
|
10139
|
+
/**
|
|
10140
|
+
* The default tags of the block type.
|
|
10141
|
+
*/
|
|
10142
|
+
readonly tags: Array<string>;
|
|
10143
|
+
/**
|
|
10144
|
+
* The default item drops of the block type.
|
|
10145
|
+
*/
|
|
10146
|
+
readonly drops: Array<ItemDrop>;
|
|
10147
|
+
/**
|
|
10148
|
+
* The default permutations of the block type.
|
|
10149
|
+
*/
|
|
10150
|
+
readonly permutations: Array<BlockPermutation>;
|
|
10151
|
+
/**
|
|
10152
|
+
* The nbt properties definition of the block type.
|
|
10153
|
+
* This contains the vanilla component definitions.
|
|
10154
|
+
*/
|
|
10155
|
+
readonly properties: BlockTypeDefinition;
|
|
10156
|
+
/**
|
|
10157
|
+
* The traits of the block type.
|
|
10158
|
+
* These traits are used to define custom behavior for the block type.
|
|
10159
|
+
*/
|
|
10160
|
+
readonly traits: Array<typeof BlockTrait>;
|
|
10161
|
+
/**
|
|
10162
|
+
* The vanilla components of the block permutation. (hardness, friction, lighting, etc.)
|
|
10163
|
+
* These components are active on the client-end when the query condition is met.
|
|
10164
|
+
* These components will be used gobally for all permutations, unless a permutation has a definition that overrides it.
|
|
10165
|
+
*/
|
|
10166
|
+
get components(): BlockTypeComponentCollection;
|
|
10167
|
+
/**
|
|
10168
|
+
* Whether the block type is component based.
|
|
10169
|
+
* This is determined by the presence of any components in the block type.
|
|
10170
|
+
*/
|
|
10171
|
+
get isComponentBased(): boolean;
|
|
10172
|
+
/**
|
|
10173
|
+
* Create a new block type.
|
|
10174
|
+
* @param identifier The identifier of the block type.
|
|
10175
|
+
* @param properties The properties of the block type.
|
|
10176
|
+
*/
|
|
10177
|
+
constructor(identifier: T, properties?: Partial<BlockTypeProperties>);
|
|
10178
|
+
/**
|
|
10179
|
+
* Get the permutation of the block type.
|
|
10180
|
+
* @param state The state of the block type.
|
|
10181
|
+
*/
|
|
10182
|
+
getPermutation(state?: BlockState[T]): BlockPermutation<T>;
|
|
10183
|
+
/**
|
|
10184
|
+
* Gets the network definition of the block type, which is used to send the block type to the client.
|
|
10185
|
+
* @returns The network block type definition.
|
|
10186
|
+
*/
|
|
10187
|
+
getNetworkDefinition(): NetworkBlockTypeDefinition;
|
|
10188
|
+
/**
|
|
10189
|
+
* Register a trait to the block type.
|
|
10190
|
+
* @param trait The trait to register.
|
|
10191
|
+
* @returns The block type instance.
|
|
10192
|
+
*/
|
|
10193
|
+
registerTrait(trait: typeof BlockTrait): this;
|
|
10194
|
+
/**
|
|
10195
|
+
* Unregister a trait from the block type.
|
|
10196
|
+
* @param trait The trait to unregister.
|
|
10197
|
+
* @returns The block type instance.
|
|
10198
|
+
*/
|
|
10199
|
+
unregisterTrait(trait: typeof BlockTrait): this;
|
|
10200
|
+
/**
|
|
10201
|
+
* Get the block type from the registry.
|
|
10202
|
+
*/
|
|
10203
|
+
static get<T extends keyof BlockState>(identifier: T): BlockType<T>;
|
|
10204
|
+
/**
|
|
10205
|
+
* Get all block types from the registry.
|
|
10206
|
+
*/
|
|
10207
|
+
static getAll(): Array<BlockType>;
|
|
10208
|
+
}
|
|
10209
|
+
|
|
10210
|
+
declare class CustomBlockType extends BlockType {
|
|
10211
|
+
protected static networkId: number;
|
|
10212
|
+
/**
|
|
10213
|
+
* The network ID of the custom block type.
|
|
10214
|
+
*/
|
|
10215
|
+
readonly networkId: number;
|
|
10216
|
+
/**
|
|
10217
|
+
* Creates a new custom block type.
|
|
10218
|
+
* @param identifier The identifier of the block type.
|
|
10219
|
+
* @param properties The properties of the block type.
|
|
10220
|
+
*/
|
|
10221
|
+
constructor(identifier: string, properties?: Partial<CustomBlockProperties>);
|
|
10222
|
+
/**
|
|
10223
|
+
* Creates a new block permutation for the block type.
|
|
10224
|
+
* @param state The state of the block. `{ [key: string]: string | number | boolean }`
|
|
10225
|
+
* @param components The components of the block permutation.
|
|
10226
|
+
* @param query The molang query for the block permutation. If not provided, the query will be generated from the state.
|
|
10227
|
+
* @returns The block permutation that was created using the state definition.
|
|
10228
|
+
*/
|
|
10229
|
+
createPermutation(state: GenericBlockState, components?: Partial<BlockTypeComponentCollection>, query?: string): BlockPermutation;
|
|
10230
|
+
}
|
|
10231
|
+
|
|
10053
10232
|
declare class BlockPalette {
|
|
10054
10233
|
/**
|
|
10055
10234
|
* The registered block types for the palette.
|
|
@@ -11768,6 +11947,10 @@ declare class EntityTrait extends Trait {
|
|
|
11768
11947
|
* The entity that this trait is attached to.
|
|
11769
11948
|
*/
|
|
11770
11949
|
protected readonly entity: Entity;
|
|
11950
|
+
/**
|
|
11951
|
+
* The dimension that the entity is in.
|
|
11952
|
+
*/
|
|
11953
|
+
protected get dimension(): Dimension;
|
|
11771
11954
|
/**
|
|
11772
11955
|
* Creates a new instance of the entity trait.
|
|
11773
11956
|
* @param entity The entity that this trait will be attached to.
|
|
@@ -11995,6 +12178,7 @@ declare class PlayerChunkRenderingTrait extends PlayerTrait {
|
|
|
11995
12178
|
onTick(): void;
|
|
11996
12179
|
onRemove(): void;
|
|
11997
12180
|
onDespawn(options: EntityDespawnOptions): void;
|
|
12181
|
+
onSpawn(details: EntitySpawnOptions): void;
|
|
11998
12182
|
}
|
|
11999
12183
|
|
|
12000
12184
|
declare class PlayerEntityRenderingTrait extends PlayerTrait {
|
|
@@ -12026,6 +12210,7 @@ declare class PlayerEntityRenderingTrait extends PlayerTrait {
|
|
|
12026
12210
|
*/
|
|
12027
12211
|
unhideEntity(entity: Entity | bigint): void;
|
|
12028
12212
|
onDespawn(options: EntityDespawnOptions): void;
|
|
12213
|
+
onSpawn(details: EntitySpawnOptions): void;
|
|
12029
12214
|
}
|
|
12030
12215
|
|
|
12031
12216
|
declare class PlayerListTrait extends PlayerTrait {
|
|
@@ -12309,7 +12494,7 @@ declare class EntityInventoryTrait extends EntityTrait {
|
|
|
12309
12494
|
* Creates a new entity inventory trait.
|
|
12310
12495
|
* @param entity The entity that this trait will be attached to.
|
|
12311
12496
|
*/
|
|
12312
|
-
constructor(entity: Entity);
|
|
12497
|
+
constructor(entity: Entity, options?: Partial<EntityInventoryTraitOptions>);
|
|
12313
12498
|
/**
|
|
12314
12499
|
* Gets the held item in the inventory.
|
|
12315
12500
|
* @returns The held item in the inventory.
|
|
@@ -14711,6 +14896,55 @@ interface CustomBlockProperties extends BlockTypeProperties {
|
|
|
14711
14896
|
interface BlockProperties {
|
|
14712
14897
|
entry?: BlockEntry;
|
|
14713
14898
|
}
|
|
14899
|
+
interface MaterialInstanceProperties {
|
|
14900
|
+
/**
|
|
14901
|
+
* The texture of the block.
|
|
14902
|
+
*/
|
|
14903
|
+
texture: string;
|
|
14904
|
+
/**
|
|
14905
|
+
* The render method to use for the block.
|
|
14906
|
+
*/
|
|
14907
|
+
render_method: MaterialRenderMethod;
|
|
14908
|
+
/**
|
|
14909
|
+
* Whether the block should have face dimming.
|
|
14910
|
+
*/
|
|
14911
|
+
face_dimming: boolean;
|
|
14912
|
+
/**
|
|
14913
|
+
* Whether the block should have ambient occlusion enabled.
|
|
14914
|
+
*/
|
|
14915
|
+
ambient_occlusion: boolean;
|
|
14916
|
+
}
|
|
14917
|
+
interface BlockTypeNbtDefinition {
|
|
14918
|
+
components: CompoundTag<unknown>;
|
|
14919
|
+
menu_category: CompoundTag<unknown>;
|
|
14920
|
+
vanilla_block_data: CompoundTag<unknown>;
|
|
14921
|
+
molangVersion: IntTag;
|
|
14922
|
+
properties: ListTag<CompoundTag<BlockTypeNbtStateDefinition>>;
|
|
14923
|
+
permutations: ListTag<CompoundTag<BlockTypeNbtPermutationDefinition>>;
|
|
14924
|
+
}
|
|
14925
|
+
interface BlockTypeNbtStateDefinition {
|
|
14926
|
+
name: StringTag;
|
|
14927
|
+
enum: ListTag<ByteTag | IntTag | LongTag | StringTag>;
|
|
14928
|
+
}
|
|
14929
|
+
interface BlockTypeNbtPermutationDefinition {
|
|
14930
|
+
condition: StringTag;
|
|
14931
|
+
}
|
|
14932
|
+
type BlockTypeDefinition = CompoundTag<BlockTypeNbtDefinition>;
|
|
14933
|
+
|
|
14934
|
+
interface BlockInventoryTraitOptions {
|
|
14935
|
+
/**
|
|
14936
|
+
* The size of the container.
|
|
14937
|
+
*/
|
|
14938
|
+
size: number;
|
|
14939
|
+
/**
|
|
14940
|
+
* The type of the container.
|
|
14941
|
+
*/
|
|
14942
|
+
type: ContainerType;
|
|
14943
|
+
/**
|
|
14944
|
+
* The identifier of the container.
|
|
14945
|
+
*/
|
|
14946
|
+
identifier: ContainerId;
|
|
14947
|
+
}
|
|
14714
14948
|
interface BlockPlacementOptions {
|
|
14715
14949
|
/**
|
|
14716
14950
|
* Whether the block placement should be cancelled.
|
|
@@ -14775,22 +15009,6 @@ interface BlockDestroyOptions {
|
|
|
14775
15009
|
*/
|
|
14776
15010
|
dropLoot?: boolean;
|
|
14777
15011
|
}
|
|
14778
|
-
interface BlockTypeNbtDefinition {
|
|
14779
|
-
components: CompoundTag<unknown>;
|
|
14780
|
-
menu_category: CompoundTag<unknown>;
|
|
14781
|
-
vanilla_block_data: CompoundTag<unknown>;
|
|
14782
|
-
molangVersion: IntTag;
|
|
14783
|
-
properties: ListTag<CompoundTag<BlockTypeNbtStateDefinition>>;
|
|
14784
|
-
permutations: ListTag<CompoundTag<BlockTypeNbtPermutationDefinition>>;
|
|
14785
|
-
}
|
|
14786
|
-
interface BlockTypeNbtStateDefinition {
|
|
14787
|
-
name: StringTag;
|
|
14788
|
-
enum: ListTag<ByteTag | IntTag | LongTag | StringTag>;
|
|
14789
|
-
}
|
|
14790
|
-
interface BlockTypeNbtPermutationDefinition {
|
|
14791
|
-
condition: StringTag;
|
|
14792
|
-
}
|
|
14793
|
-
type BlockTypeDefinition = CompoundTag<BlockTypeNbtDefinition>;
|
|
14794
15012
|
|
|
14795
15013
|
interface EntityProperties {
|
|
14796
15014
|
uniqueId: bigint;
|
|
@@ -14855,6 +15073,20 @@ interface EntityFallOnBlockTraitEvent {
|
|
|
14855
15073
|
fallTicks: number;
|
|
14856
15074
|
}
|
|
14857
15075
|
|
|
15076
|
+
interface EntityInventoryTraitOptions {
|
|
15077
|
+
/**
|
|
15078
|
+
* The size of the container.
|
|
15079
|
+
*/
|
|
15080
|
+
size: number;
|
|
15081
|
+
/**
|
|
15082
|
+
* The type of the container.
|
|
15083
|
+
*/
|
|
15084
|
+
type: ContainerType;
|
|
15085
|
+
/**
|
|
15086
|
+
* The identifier of the container.
|
|
15087
|
+
*/
|
|
15088
|
+
identifier: ContainerId;
|
|
15089
|
+
}
|
|
14858
15090
|
interface EntitySpawnOptions {
|
|
14859
15091
|
/**
|
|
14860
15092
|
* Whether the entity is spawning for the first time.
|
|
@@ -16317,18 +16549,6 @@ interface ItemStorage extends JSONLikeObject {
|
|
|
16317
16549
|
items: Array<[number, ItemStackEntry]>;
|
|
16318
16550
|
}
|
|
16319
16551
|
|
|
16320
|
-
interface ItemTypeBlockPlacerComponentInterface extends JSONLikeObject {
|
|
16321
|
-
/**
|
|
16322
|
-
* Whether the block image should be used as the item icon.
|
|
16323
|
-
*/
|
|
16324
|
-
useBlockAsIcon: boolean;
|
|
16325
|
-
/**
|
|
16326
|
-
* The block types that the item type can be used on.
|
|
16327
|
-
* If the query is empty, the item can be used on any block.
|
|
16328
|
-
*/
|
|
16329
|
-
useOn: Array<BlockIdentifier | string>;
|
|
16330
|
-
}
|
|
16331
|
-
|
|
16332
16552
|
type CommandContext<T = NonNullable<unknown>> = {
|
|
16333
16553
|
origin: Dimension | Entity;
|
|
16334
16554
|
} & T;
|
|
@@ -16912,7 +17132,7 @@ declare class InteractHandler extends NetworkHandler {
|
|
|
16912
17132
|
|
|
16913
17133
|
declare class RespawnHandler extends NetworkHandler {
|
|
16914
17134
|
static readonly packet = Packet.Respawn;
|
|
16915
|
-
handle(
|
|
17135
|
+
handle(packet: RespawnPacket, connection: Connection): void;
|
|
16916
17136
|
}
|
|
16917
17137
|
|
|
16918
17138
|
declare class ModalFormResponseHandler extends NetworkHandler {
|
|
@@ -17051,4 +17271,4 @@ declare class Astar {
|
|
|
17051
17271
|
private inSet;
|
|
17052
17272
|
}
|
|
17053
17273
|
|
|
17054
|
-
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, type BlockDestroyOptions, BlockDirectionTrait, type BlockEntry, BlockEnum, BlockFacingDirection, BlockIdentifier, type BlockInteractionOptions, BlockInventoryTrait, BlockOpenBitTrait, BlockPalette, BlockPermutation, BlockPermutationUpdateSignal, BlockPillarAxisTrait, type BlockPlacementOptions, type BlockProperties, type BlockState, BlockStorage, BlockToolType, BlockTorchDirectionTrait, BlockTrait, BlockTraits, BlockType, BlockTypeCollisionBoxComponent, BlockTypeComponent, 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, 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, Device, 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, type EntityEffectOptions, EntityEffectsTrait, type EntityEntry, EntityEnum, EntityEquipmentTrait, type EntityFallOnBlockTraitEvent, EntityFlagUpdateSignal, EntityGravityTrait, EntityHealthChangedSignal, EntityHealthTrait, EntityHitSignal, EntityHurtSignal, EntityIdentifier, EntityInteractMethod, EntityInventoryTrait, 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, ItemPalette, ItemShooterTrait, ItemSpawnEggTrait, ItemStack, type ItemStackEntry, type ItemStackProperties, type ItemStorage, ItemSwordTrait, ItemToolTier, ItemToolType, ItemTrait, ItemTraits, ItemType, ItemTypeBlockPlacerComponent, type ItemTypeBlockPlacerComponentInterface, ItemTypeCanDestroyInCreativeComponent, ItemTypeComponent, ItemTypeComponentCollection, 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 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, PlayerDropItemSignal, 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, SuperflatWorker, type SuspiciousGravelBlock, type SuspiciousSandBlock, type SweetBerryBushBlock, TagEnum, type TallGrassBlock, type TallGrassType, TargetEnum, TerrainGenerator, type TerrainGeneratorProperties, TerrainWorker, 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, Worker, World, WorldEnum, WorldEvent, type WorldEventSignals, WorldInitializeSignal, type WorldProperties, WorldProvider, type WorldProviderProperties, WorldTickSignal, type YellowCandleBlock, type YellowCandleCakeBlock, type YellowGlazedTerracottaBlock, Zip };
|
|
17274
|
+
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, 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, Device, 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, 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, ItemPalette, ItemShooterTrait, ItemSpawnEggTrait, ItemStack, type ItemStackEntry, type ItemStackProperties, type ItemStorage, ItemSwordTrait, ItemToolTier, ItemToolType, ItemTrait, ItemTraits, ItemType, ItemTypeBlockPlacerComponent, ItemTypeCanDestroyInCreativeComponent, ItemTypeComponent, ItemTypeComponentCollection, 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, PlayerDropItemSignal, 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, SuperflatWorker, type SuspiciousGravelBlock, type SuspiciousSandBlock, type SweetBerryBushBlock, TagEnum, type TallGrassBlock, type TallGrassType, TargetEnum, TerrainGenerator, type TerrainGeneratorProperties, TerrainWorker, 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, Worker, World, WorldEnum, WorldEvent, type WorldEventSignals, WorldInitializeSignal, type WorldProperties, WorldProvider, type WorldProviderProperties, WorldTickSignal, type YellowCandleBlock, type YellowCandleCakeBlock, type YellowGlazedTerracottaBlock, Zip };
|