@minecraft/server / EnchantmentType
Class: EnchantmentType ​
Defined in: @minecraft/server/index.d.ts:8331
Contains information on a type of enchantment.
Constructors ​
Constructor ​
new EnchantmentType(
enchantmentType):EnchantmentType
Defined in: @minecraft/server/index.d.ts:8347
Parameters ​
enchantmentType ​
string
Returns ​
EnchantmentType
Throws ​
This function can throw errors.
Properties ​
id ​
readonlyid:string
Defined in: @minecraft/server/index.d.ts:8337
Remarks ​
The name of the enchantment type.
maxLevel ​
readonlymaxLevel:number
Defined in: @minecraft/server/index.d.ts:8343
Remarks ​
The maximum level this type of enchantment can have.