init
This commit is contained in:
14
scripts/vanilla-data/mojang-cooldownCategory.ts
Normal file
14
scripts/vanilla-data/mojang-cooldownCategory.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* All possible MinecraftCooldownCategoryTypes
|
||||
*/
|
||||
export enum MinecraftCooldownCategoryTypes {
|
||||
Chorusfruit = "minecraft:chorusfruit",
|
||||
EnderPearl = "minecraft:ender_pearl",
|
||||
GoatHorn = "minecraft:goat_horn",
|
||||
Shield = "minecraft:shield",
|
||||
WindCharge = "minecraft:wind_charge",
|
||||
}
|
||||
/**
|
||||
* Union type equivalent of the MinecraftCooldownCategoryTypes enum.
|
||||
*/
|
||||
export type MinecraftCooldownCategoryTypesUnion = keyof typeof MinecraftCooldownCategoryTypes;
|
||||
Reference in New Issue
Block a user