File Details
SiliconeDolls For NeoForge v1.0.0+build.53
- A
- Sep 2, 2025
- 327.20 KB
- 82
- 1.21.8
- NeoForge
File Name
SiliconeDolls-neoforge-1.21.8-1.0.0+build.53.jar
Supported Versions
- 1.21.8
Curse Maven Snippet
refactor(inventory): 抽离库存操作到工具类
- 新增 InventoryUtil 工具类,包含获取玩家物品、防具、副手物品和选定槽位的方法
- 重构 PlayerInventoryContainer 类,使用 InventoryUtil 工具类替代直接操作玩家库存
- 优化代码结构,提高可维护性和可重用性

