forked from MagicBane/Server
Project reformat.
This commit is contained in:
@@ -10,13 +10,11 @@
|
||||
package engine.objects;
|
||||
|
||||
import engine.Enum;
|
||||
import engine.Enum.ItemType;
|
||||
import engine.gameManager.DbManager;
|
||||
import org.pmw.tinylog.Logger;
|
||||
|
||||
import java.sql.ResultSet;
|
||||
import java.sql.SQLException;
|
||||
import java.util.ArrayList;
|
||||
import java.util.HashMap;
|
||||
|
||||
public class ItemBase {
|
||||
@@ -96,6 +94,7 @@ public class ItemBase {
|
||||
public final int getUUID() {
|
||||
return uuid;
|
||||
}
|
||||
|
||||
public String getMastery() {
|
||||
return mastery;
|
||||
}
|
||||
@@ -127,6 +126,7 @@ public class ItemBase {
|
||||
public short getMinDamage() {
|
||||
return minDamage;
|
||||
}
|
||||
|
||||
public Enum.SourceType getDamageType() {
|
||||
return damageType;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user