In Minecraft Education Edition, you can enchant items such as armor, weapons, and tools. Each enchantment has a name and ID value assigned to it. You can use these enchantment values in the /enchant command. Here is an interactive list of all enchantment
In simple terms,enchanting is a way to upgrade and add abilities to a Minecraft itemlike armor, swords, and tools. An enchantment can not only give your item new features, but it can also push its existing ability to a whole new level. You can use them to mine faster, fight better, ...
Enchantment Table(minecraft:enchanting_table) 117 Brewing Stand(minecraft:brewing_stand) 118 Cauldron(minecraft:cauldron) 119 End Portal(minecraft:end_portal) 120 End Portal Frame(minecraft:end_portal_frame) 121 End Stone(minecraft:end_stone) 122 Dragon Egg(minecraft:dragon_egg) 123 Redstone Lamp ...
介绍: 删除指定世界中的实体(全部|驯服的|掉落的物品|箭|船|矿车|经验|挂画|展示框|末影水晶|怪物|动物|环境生物(目前只有蝙蝠)|怪物|怪物类型|)。用法: /< command > < all|tamed|drops|arrows|boats|minecarts|xp|paintings|itemframes|endercrystals|monsters|animals|ambient|mobs|[mobType] > [半径] [...
用法: /< command > < list|item|clear > [玩家] 别名: eunlimited,ul,unl,eul,eunl vanish 介绍: 进入隐身模式,其他玩家将无法看到你。 用法: /< command > [玩家] [on|off] 别名: v,ev,evanish top 介绍: 传送到你所站坐标上的最高方块处。
addEnchantments(enchantments: Enchantment[]): voidAdds a list of enchantments to the item stack.Parametersenchantments: Enchantment[] The list of enchantments to be added.Important This function can't be called in read-only mode.Warning This function can throw errors. Throws EnchantmentLevelOutOf...
用法: /< command > < list|item|clear > [玩家] 别名: eunlimited,ul,unl,eul,eunl 介绍: 进入隐身模式,其他玩家将无法看到你。 用法: /< command > [玩家] [on|off] 别名: v,ev,evanish 介绍: 传送到你所站坐标上的最高方块处。 用法: /< command > 别名: etop 介绍: 允许打开并编辑一本书...
包路径:net.minecraft.item.ItemStack类名称:ItemStack方法名:getEnchantmentTagList ItemStack.getEnchantmentTagList介绍 暂无 代码示例 代码示例来源:origin: vadis365/TheErebus public static final LinkedHashMap<Short, Short> getEnchantments(ItemStack stack) { LinkedHashMap<Short, Short> map = new LinkedHashMap...
A Bundle is an item that lets you stack different blocks or items together in the same inventory slot. Different items normally don’t stack together, so you can end up wasting space by only having a few items in each slot. A Bundle lets you pack those items together so there is no ...
public void normalizeRarity(List<Piece> markedEnchants) { if(MatrixEnchanting.normalizeRarity) { itemWeight *= 100; switch(enchantment.getRarity()) { case COMMON: itemWeight = 800; mark = false; break; } else if(!other.enchant.isCompatibleWith(enchantment) || !enchantment.isCompatibleWith(othe...