File tree Expand file tree Collapse file tree
src/main/java/cn/handyplus/menu/inventory Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ public void setInventoryDate(HandyInventory handyInventory) {
6868 // 1.刷新
6969 HandyInventoryUtil .refreshInventory (handyInventory .getInventory ());
7070 // 2.设置数据
71- this .setDate (handyInventory );
71+ this .setData (handyInventory );
7272 // 3.设置功能性菜单
7373 this .setFunctionMenu (handyInventory );
7474 }
@@ -78,7 +78,7 @@ public void setInventoryDate(HandyInventory handyInventory) {
7878 *
7979 * @param handyInventory gui
8080 */
81- private void setDate (HandyInventory handyInventory ) {
81+ private void setData (HandyInventory handyInventory ) {
8282 Inventory inventory = handyInventory .getInventory ();
8383 Map <Integer , Integer > map = handyInventory .getIntMap ();
8484 String guiIndexStr = ConfigUtil .ITEM_CONFIG .getString ("item.index" );
You can’t perform that action at this time.
0 commit comments