@minecraft/vanilla-data 1.21.110-preview.20 → 1.21.110-preview.23
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/README.md +2 -2
- package/lib/index.d.ts +1 -2
- package/lib/index.js +10 -10
- package/lib/mojang-block.d.ts +185 -9
- package/lib/mojang-item.d.ts +34 -1
- package/lib/mojang-potionDelivery.d.ts +12 -0
- package/lib/mojang-potionEffect.d.ts +47 -20
- package/package.json +21 -21
- package/lib/mojang-potionLiquid.d.ts +0 -12
- package/lib/mojang-potionModifier.d.ts +0 -12
package/lib/mojang-item.d.ts
CHANGED
|
@@ -204,7 +204,6 @@ export declare enum MinecraftItemTypes {
|
|
|
204
204
|
CatSpawnEgg = "minecraft:cat_spawn_egg",
|
|
205
205
|
Cauldron = "minecraft:cauldron",
|
|
206
206
|
CaveSpiderSpawnEgg = "minecraft:cave_spider_spawn_egg",
|
|
207
|
-
Chain = "minecraft:chain",
|
|
208
207
|
ChainCommandBlock = "minecraft:chain_command_block",
|
|
209
208
|
ChainmailBoots = "minecraft:chainmail_boots",
|
|
210
209
|
ChainmailChestplate = "minecraft:chainmail_chestplate",
|
|
@@ -284,9 +283,11 @@ export declare enum MinecraftItemTypes {
|
|
|
284
283
|
CookedSalmon = "minecraft:cooked_salmon",
|
|
285
284
|
Cookie = "minecraft:cookie",
|
|
286
285
|
CopperAxe = "minecraft:copper_axe",
|
|
286
|
+
CopperBars = "minecraft:copper_bars",
|
|
287
287
|
CopperBlock = "minecraft:copper_block",
|
|
288
288
|
CopperBoots = "minecraft:copper_boots",
|
|
289
289
|
CopperBulb = "minecraft:copper_bulb",
|
|
290
|
+
CopperChain = "minecraft:copper_chain",
|
|
290
291
|
CopperChest = "minecraft:copper_chest",
|
|
291
292
|
CopperChestplate = "minecraft:copper_chestplate",
|
|
292
293
|
CopperDoor = "minecraft:copper_door",
|
|
@@ -295,13 +296,16 @@ export declare enum MinecraftItemTypes {
|
|
|
295
296
|
CopperGrate = "minecraft:copper_grate",
|
|
296
297
|
CopperHelmet = "minecraft:copper_helmet",
|
|
297
298
|
CopperHoe = "minecraft:copper_hoe",
|
|
299
|
+
CopperHorseArmor = "minecraft:copper_horse_armor",
|
|
298
300
|
CopperIngot = "minecraft:copper_ingot",
|
|
301
|
+
CopperLantern = "minecraft:copper_lantern",
|
|
299
302
|
CopperLeggings = "minecraft:copper_leggings",
|
|
300
303
|
CopperNugget = "minecraft:copper_nugget",
|
|
301
304
|
CopperOre = "minecraft:copper_ore",
|
|
302
305
|
CopperPickaxe = "minecraft:copper_pickaxe",
|
|
303
306
|
CopperShovel = "minecraft:copper_shovel",
|
|
304
307
|
CopperSword = "minecraft:copper_sword",
|
|
308
|
+
CopperTorch = "minecraft:copper_torch",
|
|
305
309
|
CopperTrapdoor = "minecraft:copper_trapdoor",
|
|
306
310
|
Cornflower = "minecraft:cornflower",
|
|
307
311
|
CowSpawnEgg = "minecraft:cow_spawn_egg",
|
|
@@ -480,15 +484,19 @@ export declare enum MinecraftItemTypes {
|
|
|
480
484
|
ExplorerPotterySherd = "minecraft:explorer_pottery_sherd",
|
|
481
485
|
ExposedChiseledCopper = "minecraft:exposed_chiseled_copper",
|
|
482
486
|
ExposedCopper = "minecraft:exposed_copper",
|
|
487
|
+
ExposedCopperBars = "minecraft:exposed_copper_bars",
|
|
483
488
|
ExposedCopperBulb = "minecraft:exposed_copper_bulb",
|
|
489
|
+
ExposedCopperChain = "minecraft:exposed_copper_chain",
|
|
484
490
|
ExposedCopperChest = "minecraft:exposed_copper_chest",
|
|
485
491
|
ExposedCopperDoor = "minecraft:exposed_copper_door",
|
|
486
492
|
ExposedCopperGolemStatue = "minecraft:exposed_copper_golem_statue",
|
|
487
493
|
ExposedCopperGrate = "minecraft:exposed_copper_grate",
|
|
494
|
+
ExposedCopperLantern = "minecraft:exposed_copper_lantern",
|
|
488
495
|
ExposedCopperTrapdoor = "minecraft:exposed_copper_trapdoor",
|
|
489
496
|
ExposedCutCopper = "minecraft:exposed_cut_copper",
|
|
490
497
|
ExposedCutCopperSlab = "minecraft:exposed_cut_copper_slab",
|
|
491
498
|
ExposedCutCopperStairs = "minecraft:exposed_cut_copper_stairs",
|
|
499
|
+
ExposedLightningRod = "minecraft:exposed_lightning_rod",
|
|
492
500
|
EyeArmorTrimSmithingTemplate = "minecraft:eye_armor_trim_smithing_template",
|
|
493
501
|
Farmland = "minecraft:farmland",
|
|
494
502
|
Feather = "minecraft:feather",
|
|
@@ -629,6 +637,7 @@ export declare enum MinecraftItemTypes {
|
|
|
629
637
|
IronBars = "minecraft:iron_bars",
|
|
630
638
|
IronBlock = "minecraft:iron_block",
|
|
631
639
|
IronBoots = "minecraft:iron_boots",
|
|
640
|
+
IronChain = "minecraft:iron_chain",
|
|
632
641
|
IronChestplate = "minecraft:iron_chestplate",
|
|
633
642
|
IronDoor = "minecraft:iron_door",
|
|
634
643
|
IronGolemSpawnEgg = "minecraft:iron_golem_spawn_egg",
|
|
@@ -902,15 +911,19 @@ export declare enum MinecraftItemTypes {
|
|
|
902
911
|
OxeyeDaisy = "minecraft:oxeye_daisy",
|
|
903
912
|
OxidizedChiseledCopper = "minecraft:oxidized_chiseled_copper",
|
|
904
913
|
OxidizedCopper = "minecraft:oxidized_copper",
|
|
914
|
+
OxidizedCopperBars = "minecraft:oxidized_copper_bars",
|
|
905
915
|
OxidizedCopperBulb = "minecraft:oxidized_copper_bulb",
|
|
916
|
+
OxidizedCopperChain = "minecraft:oxidized_copper_chain",
|
|
906
917
|
OxidizedCopperChest = "minecraft:oxidized_copper_chest",
|
|
907
918
|
OxidizedCopperDoor = "minecraft:oxidized_copper_door",
|
|
908
919
|
OxidizedCopperGolemStatue = "minecraft:oxidized_copper_golem_statue",
|
|
909
920
|
OxidizedCopperGrate = "minecraft:oxidized_copper_grate",
|
|
921
|
+
OxidizedCopperLantern = "minecraft:oxidized_copper_lantern",
|
|
910
922
|
OxidizedCopperTrapdoor = "minecraft:oxidized_copper_trapdoor",
|
|
911
923
|
OxidizedCutCopper = "minecraft:oxidized_cut_copper",
|
|
912
924
|
OxidizedCutCopperSlab = "minecraft:oxidized_cut_copper_slab",
|
|
913
925
|
OxidizedCutCopperStairs = "minecraft:oxidized_cut_copper_stairs",
|
|
926
|
+
OxidizedLightningRod = "minecraft:oxidized_lightning_rod",
|
|
914
927
|
PackedIce = "minecraft:packed_ice",
|
|
915
928
|
PackedMud = "minecraft:packed_mud",
|
|
916
929
|
Painting = "minecraft:painting",
|
|
@@ -1327,60 +1340,80 @@ export declare enum MinecraftItemTypes {
|
|
|
1327
1340
|
Waterlily = "minecraft:waterlily",
|
|
1328
1341
|
WaxedChiseledCopper = "minecraft:waxed_chiseled_copper",
|
|
1329
1342
|
WaxedCopper = "minecraft:waxed_copper",
|
|
1343
|
+
WaxedCopperBars = "minecraft:waxed_copper_bars",
|
|
1330
1344
|
WaxedCopperBulb = "minecraft:waxed_copper_bulb",
|
|
1345
|
+
WaxedCopperChain = "minecraft:waxed_copper_chain",
|
|
1331
1346
|
WaxedCopperChest = "minecraft:waxed_copper_chest",
|
|
1332
1347
|
WaxedCopperDoor = "minecraft:waxed_copper_door",
|
|
1333
1348
|
WaxedCopperGolemStatue = "minecraft:waxed_copper_golem_statue",
|
|
1334
1349
|
WaxedCopperGrate = "minecraft:waxed_copper_grate",
|
|
1350
|
+
WaxedCopperLantern = "minecraft:waxed_copper_lantern",
|
|
1335
1351
|
WaxedCopperTrapdoor = "minecraft:waxed_copper_trapdoor",
|
|
1336
1352
|
WaxedCutCopper = "minecraft:waxed_cut_copper",
|
|
1337
1353
|
WaxedCutCopperSlab = "minecraft:waxed_cut_copper_slab",
|
|
1338
1354
|
WaxedCutCopperStairs = "minecraft:waxed_cut_copper_stairs",
|
|
1339
1355
|
WaxedExposedChiseledCopper = "minecraft:waxed_exposed_chiseled_copper",
|
|
1340
1356
|
WaxedExposedCopper = "minecraft:waxed_exposed_copper",
|
|
1357
|
+
WaxedExposedCopperBars = "minecraft:waxed_exposed_copper_bars",
|
|
1341
1358
|
WaxedExposedCopperBulb = "minecraft:waxed_exposed_copper_bulb",
|
|
1359
|
+
WaxedExposedCopperChain = "minecraft:waxed_exposed_copper_chain",
|
|
1342
1360
|
WaxedExposedCopperChest = "minecraft:waxed_exposed_copper_chest",
|
|
1343
1361
|
WaxedExposedCopperDoor = "minecraft:waxed_exposed_copper_door",
|
|
1344
1362
|
WaxedExposedCopperGolemStatue = "minecraft:waxed_exposed_copper_golem_statue",
|
|
1345
1363
|
WaxedExposedCopperGrate = "minecraft:waxed_exposed_copper_grate",
|
|
1364
|
+
WaxedExposedCopperLantern = "minecraft:waxed_exposed_copper_lantern",
|
|
1346
1365
|
WaxedExposedCopperTrapdoor = "minecraft:waxed_exposed_copper_trapdoor",
|
|
1347
1366
|
WaxedExposedCutCopper = "minecraft:waxed_exposed_cut_copper",
|
|
1348
1367
|
WaxedExposedCutCopperSlab = "minecraft:waxed_exposed_cut_copper_slab",
|
|
1349
1368
|
WaxedExposedCutCopperStairs = "minecraft:waxed_exposed_cut_copper_stairs",
|
|
1369
|
+
WaxedExposedLightningRod = "minecraft:waxed_exposed_lightning_rod",
|
|
1370
|
+
WaxedLightningRod = "minecraft:waxed_lightning_rod",
|
|
1350
1371
|
WaxedOxidizedChiseledCopper = "minecraft:waxed_oxidized_chiseled_copper",
|
|
1351
1372
|
WaxedOxidizedCopper = "minecraft:waxed_oxidized_copper",
|
|
1373
|
+
WaxedOxidizedCopperBars = "minecraft:waxed_oxidized_copper_bars",
|
|
1352
1374
|
WaxedOxidizedCopperBulb = "minecraft:waxed_oxidized_copper_bulb",
|
|
1375
|
+
WaxedOxidizedCopperChain = "minecraft:waxed_oxidized_copper_chain",
|
|
1353
1376
|
WaxedOxidizedCopperChest = "minecraft:waxed_oxidized_copper_chest",
|
|
1354
1377
|
WaxedOxidizedCopperDoor = "minecraft:waxed_oxidized_copper_door",
|
|
1355
1378
|
WaxedOxidizedCopperGolemStatue = "minecraft:waxed_oxidized_copper_golem_statue",
|
|
1356
1379
|
WaxedOxidizedCopperGrate = "minecraft:waxed_oxidized_copper_grate",
|
|
1380
|
+
WaxedOxidizedCopperLantern = "minecraft:waxed_oxidized_copper_lantern",
|
|
1357
1381
|
WaxedOxidizedCopperTrapdoor = "minecraft:waxed_oxidized_copper_trapdoor",
|
|
1358
1382
|
WaxedOxidizedCutCopper = "minecraft:waxed_oxidized_cut_copper",
|
|
1359
1383
|
WaxedOxidizedCutCopperSlab = "minecraft:waxed_oxidized_cut_copper_slab",
|
|
1360
1384
|
WaxedOxidizedCutCopperStairs = "minecraft:waxed_oxidized_cut_copper_stairs",
|
|
1385
|
+
WaxedOxidizedLightningRod = "minecraft:waxed_oxidized_lightning_rod",
|
|
1361
1386
|
WaxedWeatheredChiseledCopper = "minecraft:waxed_weathered_chiseled_copper",
|
|
1362
1387
|
WaxedWeatheredCopper = "minecraft:waxed_weathered_copper",
|
|
1388
|
+
WaxedWeatheredCopperBars = "minecraft:waxed_weathered_copper_bars",
|
|
1363
1389
|
WaxedWeatheredCopperBulb = "minecraft:waxed_weathered_copper_bulb",
|
|
1390
|
+
WaxedWeatheredCopperChain = "minecraft:waxed_weathered_copper_chain",
|
|
1364
1391
|
WaxedWeatheredCopperChest = "minecraft:waxed_weathered_copper_chest",
|
|
1365
1392
|
WaxedWeatheredCopperDoor = "minecraft:waxed_weathered_copper_door",
|
|
1366
1393
|
WaxedWeatheredCopperGolemStatue = "minecraft:waxed_weathered_copper_golem_statue",
|
|
1367
1394
|
WaxedWeatheredCopperGrate = "minecraft:waxed_weathered_copper_grate",
|
|
1395
|
+
WaxedWeatheredCopperLantern = "minecraft:waxed_weathered_copper_lantern",
|
|
1368
1396
|
WaxedWeatheredCopperTrapdoor = "minecraft:waxed_weathered_copper_trapdoor",
|
|
1369
1397
|
WaxedWeatheredCutCopper = "minecraft:waxed_weathered_cut_copper",
|
|
1370
1398
|
WaxedWeatheredCutCopperSlab = "minecraft:waxed_weathered_cut_copper_slab",
|
|
1371
1399
|
WaxedWeatheredCutCopperStairs = "minecraft:waxed_weathered_cut_copper_stairs",
|
|
1400
|
+
WaxedWeatheredLightningRod = "minecraft:waxed_weathered_lightning_rod",
|
|
1372
1401
|
WayfinderArmorTrimSmithingTemplate = "minecraft:wayfinder_armor_trim_smithing_template",
|
|
1373
1402
|
WeatheredChiseledCopper = "minecraft:weathered_chiseled_copper",
|
|
1374
1403
|
WeatheredCopper = "minecraft:weathered_copper",
|
|
1404
|
+
WeatheredCopperBars = "minecraft:weathered_copper_bars",
|
|
1375
1405
|
WeatheredCopperBulb = "minecraft:weathered_copper_bulb",
|
|
1406
|
+
WeatheredCopperChain = "minecraft:weathered_copper_chain",
|
|
1376
1407
|
WeatheredCopperChest = "minecraft:weathered_copper_chest",
|
|
1377
1408
|
WeatheredCopperDoor = "minecraft:weathered_copper_door",
|
|
1378
1409
|
WeatheredCopperGolemStatue = "minecraft:weathered_copper_golem_statue",
|
|
1379
1410
|
WeatheredCopperGrate = "minecraft:weathered_copper_grate",
|
|
1411
|
+
WeatheredCopperLantern = "minecraft:weathered_copper_lantern",
|
|
1380
1412
|
WeatheredCopperTrapdoor = "minecraft:weathered_copper_trapdoor",
|
|
1381
1413
|
WeatheredCutCopper = "minecraft:weathered_cut_copper",
|
|
1382
1414
|
WeatheredCutCopperSlab = "minecraft:weathered_cut_copper_slab",
|
|
1383
1415
|
WeatheredCutCopperStairs = "minecraft:weathered_cut_copper_stairs",
|
|
1416
|
+
WeatheredLightningRod = "minecraft:weathered_lightning_rod",
|
|
1384
1417
|
Web = "minecraft:web",
|
|
1385
1418
|
WeepingVines = "minecraft:weeping_vines",
|
|
1386
1419
|
WetSponge = "minecraft:wet_sponge",
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* All possible MinecraftPotionDeliveryTypes
|
|
3
|
+
*/
|
|
4
|
+
export declare enum MinecraftPotionDeliveryTypes {
|
|
5
|
+
Consume = "Consume",
|
|
6
|
+
ThrownLingering = "ThrownLingering",
|
|
7
|
+
ThrownSplash = "ThrownSplash"
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Union type equivalent of the MinecraftPotionDeliveryTypes enum.
|
|
11
|
+
*/
|
|
12
|
+
export type MinecraftPotionDeliveryTypesUnion = keyof typeof MinecraftPotionDeliveryTypes;
|
|
@@ -2,26 +2,53 @@
|
|
|
2
2
|
* All possible MinecraftPotionEffectTypes
|
|
3
3
|
*/
|
|
4
4
|
export declare enum MinecraftPotionEffectTypes {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
5
|
+
Awkward = "minecraft:awkward",
|
|
6
|
+
FireResistance = "minecraft:fire_resistance",
|
|
7
|
+
Harming = "minecraft:harming",
|
|
8
|
+
Healing = "minecraft:healing",
|
|
9
|
+
Infested = "minecraft:infested",
|
|
10
|
+
Invisibility = "minecraft:invisibility",
|
|
11
|
+
Leaping = "minecraft:leaping",
|
|
12
|
+
LongFireResistance = "minecraft:long_fire_resistance",
|
|
13
|
+
LongInvisibility = "minecraft:long_invisibility",
|
|
14
|
+
LongLeaping = "minecraft:long_leaping",
|
|
15
|
+
LongMundane = "minecraft:long_mundane",
|
|
16
|
+
LongNightvision = "minecraft:long_nightvision",
|
|
17
|
+
LongPoison = "minecraft:long_poison",
|
|
18
|
+
LongRegeneration = "minecraft:long_regeneration",
|
|
19
|
+
LongSlowFalling = "minecraft:long_slow_falling",
|
|
20
|
+
LongSlowness = "minecraft:long_slowness",
|
|
21
|
+
LongStrength = "minecraft:long_strength",
|
|
22
|
+
LongSwiftness = "minecraft:long_swiftness",
|
|
23
|
+
LongTurtleMaster = "minecraft:long_turtle_master",
|
|
24
|
+
LongWaterBreathing = "minecraft:long_water_breathing",
|
|
25
|
+
LongWeakness = "minecraft:long_weakness",
|
|
26
|
+
Mundane = "minecraft:mundane",
|
|
27
|
+
Nightvision = "minecraft:nightvision",
|
|
28
|
+
Oozing = "minecraft:oozing",
|
|
29
|
+
Poison = "minecraft:poison",
|
|
30
|
+
Regeneration = "minecraft:regeneration",
|
|
31
|
+
SlowFalling = "minecraft:slow_falling",
|
|
32
|
+
Slowness = "minecraft:slowness",
|
|
33
|
+
Strength = "minecraft:strength",
|
|
34
|
+
StrongHarming = "minecraft:strong_harming",
|
|
35
|
+
StrongHealing = "minecraft:strong_healing",
|
|
36
|
+
StrongLeaping = "minecraft:strong_leaping",
|
|
37
|
+
StrongPoison = "minecraft:strong_poison",
|
|
38
|
+
StrongRegeneration = "minecraft:strong_regeneration",
|
|
39
|
+
StrongSlowness = "minecraft:strong_slowness",
|
|
40
|
+
StrongStrength = "minecraft:strong_strength",
|
|
41
|
+
StrongSwiftness = "minecraft:strong_swiftness",
|
|
42
|
+
StrongTurtleMaster = "minecraft:strong_turtle_master",
|
|
43
|
+
Swiftness = "minecraft:swiftness",
|
|
44
|
+
Thick = "minecraft:thick",
|
|
45
|
+
TurtleMaster = "minecraft:turtle_master",
|
|
46
|
+
Water = "minecraft:water",
|
|
47
|
+
WaterBreathing = "minecraft:water_breathing",
|
|
48
|
+
Weakness = "minecraft:weakness",
|
|
49
|
+
Weaving = "minecraft:weaving",
|
|
50
|
+
WindCharged = "minecraft:wind_charged",
|
|
51
|
+
Wither = "minecraft:wither"
|
|
25
52
|
}
|
|
26
53
|
/**
|
|
27
54
|
* Union type equivalent of the MinecraftPotionEffectTypes enum.
|
package/package.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@minecraft/vanilla-data",
|
|
3
|
-
"version": "1.21.110-preview.
|
|
4
|
-
"description": "Contains types for Minecraft Vanilla Content",
|
|
5
|
-
"exports": "./lib/index.js",
|
|
6
|
-
"types": "./lib/index.d.ts",
|
|
7
|
-
"contributors": [
|
|
8
|
-
{
|
|
9
|
-
"name": "Jake Shirley",
|
|
10
|
-
"email": "jake@xbox.com"
|
|
11
|
-
},
|
|
12
|
-
{
|
|
13
|
-
"name": "Mike Ammerlaan",
|
|
14
|
-
"email": "mikeam@microsoft.com"
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"name": "Raphael Landaverde",
|
|
18
|
-
"email": "rlandav@microsoft.com"
|
|
19
|
-
}
|
|
20
|
-
],
|
|
21
|
-
"license": "MIT"
|
|
1
|
+
{
|
|
2
|
+
"name": "@minecraft/vanilla-data",
|
|
3
|
+
"version": "1.21.110-preview.23",
|
|
4
|
+
"description": "Contains types for Minecraft Vanilla Content",
|
|
5
|
+
"exports": "./lib/index.js",
|
|
6
|
+
"types": "./lib/index.d.ts",
|
|
7
|
+
"contributors": [
|
|
8
|
+
{
|
|
9
|
+
"name": "Jake Shirley",
|
|
10
|
+
"email": "jake@xbox.com"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"name": "Mike Ammerlaan",
|
|
14
|
+
"email": "mikeam@microsoft.com"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"name": "Raphael Landaverde",
|
|
18
|
+
"email": "rlandav@microsoft.com"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"license": "MIT"
|
|
22
22
|
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* All possible MinecraftPotionLiquidTypes
|
|
3
|
-
*/
|
|
4
|
-
export declare enum MinecraftPotionLiquidTypes {
|
|
5
|
-
Lingering = "Lingering",
|
|
6
|
-
Regular = "Regular",
|
|
7
|
-
Splash = "Splash"
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* Union type equivalent of the MinecraftPotionLiquidTypes enum.
|
|
11
|
-
*/
|
|
12
|
-
export type MinecraftPotionLiquidTypesUnion = keyof typeof MinecraftPotionLiquidTypes;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* All possible MinecraftPotionModifierTypes
|
|
3
|
-
*/
|
|
4
|
-
export declare enum MinecraftPotionModifierTypes {
|
|
5
|
-
Long = "Long",
|
|
6
|
-
Normal = "Normal",
|
|
7
|
-
Strong = "Strong"
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* Union type equivalent of the MinecraftPotionModifierTypes enum.
|
|
11
|
-
*/
|
|
12
|
-
export type MinecraftPotionModifierTypesUnion = keyof typeof MinecraftPotionModifierTypes;
|