Minecraft-Console-Client/MinecraftClient/Tui
BruceChen 871305bd72 Add server status display and protocol version upgrade handling
- Introduced a new `ServerStatusInfo` class to encapsulate server status data including MOTD, player counts, and version information.
- Implemented `ServerStatusDisplay` to format and display server status information in both classic and TUI modes.
- Added protocol version upgrade logic in `ProtocolHandler` to determine the highest supported protocol version for multi-version servers.
- Updated translations to support new server status labels and messages.
- Created `ServerStatusPanelBuilder` for TUI to visually represent server status with player information and connection details.
2026-03-30 01:39:37 +08:00
..
BrewingStandView.cs TUI support for more container 2026-03-28 02:18:11 +08:00
ContainerViewBase.cs TUI support for more container 2026-03-28 02:18:11 +08:00
ContainerViewModel.cs TUI support for more container 2026-03-28 02:18:11 +08:00
CraftingView.cs TUI support for more container 2026-03-28 02:18:11 +08:00
EnchantingTableView.cs TUI support for more container 2026-03-28 02:18:11 +08:00
FurnaceView.cs TUI support for more container 2026-03-28 02:18:11 +08:00
GridContainerView.cs TUI support for more container 2026-03-28 02:18:11 +08:00
GrindstoneView.cs TUI support for more container 2026-03-28 02:18:11 +08:00
HopperView.cs TUI support for more container 2026-03-28 02:18:11 +08:00
InventoryApp.cs TUI support for more container 2026-03-28 02:18:11 +08:00
InventoryMainView.cs TUI support for more container 2026-03-28 02:18:11 +08:00
InventoryTuiHost.cs TUI support for more container 2026-03-28 02:18:11 +08:00
InventoryViewModel.cs TUI support for more container 2026-03-28 02:18:11 +08:00
MainTuiView.cs Add server status display and protocol version upgrade handling 2026-03-30 01:39:37 +08:00
McColorParser.cs Add server status display and protocol version upgrade handling 2026-03-30 01:39:37 +08:00
MccTuiApp.cs TUI for MCC (#2976) 2026-03-26 02:08:18 +08:00
MinimapBlockColors.json Minimap support 2026-03-29 19:53:50 +08:00
MinimapColorMap.cs Minimap support 2026-03-29 19:53:50 +08:00
MinimapControl.cs Add tooltip service and integrate with MinimapControl 2026-03-29 19:53:50 +08:00
MinimapEntityCategories.json Minimap support 2026-03-29 19:53:50 +08:00
MinimapEntityClassifier.cs Minimap support 2026-03-29 19:53:50 +08:00
ServerStatusPanelBuilder.cs Add server status display and protocol version upgrade handling 2026-03-30 01:39:37 +08:00
SlotViewModel.cs TUI for MCC (#2976) 2026-03-26 02:08:18 +08:00
TuiConsoleBackend.cs Implement startup state management and enhance configuration loading 2026-03-27 00:30:52 +08:00
TuiTooltipService.cs Add tooltip service and integrate with MinimapControl 2026-03-29 19:53:50 +08:00