This commit is contained in:
Izzel_Aliz
2018-05-09 13:04:58 +08:00
parent 3f4940c6b7
commit 2b14457309
72 changed files with 1249 additions and 1318 deletions

View File

@@ -15,14 +15,6 @@ public class TLMInventoryHolder implements InventoryHolder {
private HashMap<String, Object> holderData = new HashMap<>();
public String getModule() {
return module;
}
public HashMap<String, Object> getHolderData() {
return holderData;
}
/**
* 构造方法
*
@@ -32,6 +24,14 @@ public class TLMInventoryHolder implements InventoryHolder {
this.module = module;
}
public String getModule() {
return module;
}
public HashMap<String, Object> getHolderData() {
return holderData;
}
@Override
public Inventory getInventory() {
return null;