mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Tooltip support & Bug fix
This commit is contained in:
parent
892999ac98
commit
5e11ed3896
40 changed files with 8409 additions and 1987 deletions
|
|
@ -71,6 +71,11 @@ namespace MinecraftClient.CommandHandler
|
|||
return new InventoryActionArgumentType();
|
||||
}
|
||||
|
||||
public static InventorySlotArgumentType InventorySlot()
|
||||
{
|
||||
return new InventorySlotArgumentType();
|
||||
}
|
||||
|
||||
public static Inventory.WindowActionType GetInventoryAction<TSource>(CommandContext<TSource> context, string name)
|
||||
{
|
||||
return context.GetArgument<Inventory.WindowActionType>(name);
|
||||
|
|
@ -100,5 +105,10 @@ namespace MinecraftClient.CommandHandler
|
|||
{
|
||||
return new MapBotMapIdArgumentType();
|
||||
}
|
||||
|
||||
public static HotbarSlotArgumentType HotbarSlot()
|
||||
{
|
||||
return new HotbarSlotArgumentType();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue