mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
WIP: Added some strctured components
This commit is contained in:
parent
63b027d84a
commit
76e873ed54
36 changed files with 857 additions and 231 deletions
|
|
@ -400,9 +400,9 @@ namespace MinecraftClient.Scripting
|
|||
/// <param name="middleEnchantmentLevelRequirement">Levels required by player for the enchantment in the middle slot</param>
|
||||
/// <param name="bottomEnchantmentLevelRequirement">Levels required by player for the enchantment in the bottom slot</param>
|
||||
public virtual void OnEnchantments(
|
||||
Enchantment topEnchantment,
|
||||
Enchantment middleEnchantment,
|
||||
Enchantment bottomEnchantment,
|
||||
Enchantments topEnchantment,
|
||||
Enchantments middleEnchantment,
|
||||
Enchantments bottomEnchantment,
|
||||
short topEnchantmentLevel,
|
||||
short middleEnchantmentLevel,
|
||||
short bottomEnchantmentLevel,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue