mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
<GJ> All hail the enum!
This commit is contained in:
parent
87cf5cb932
commit
a8eb9dfedf
@ -0,0 +1,7 @@
|
||||
package com.gmail.nossr50.skills.repair;
|
||||
|
||||
public enum RepairItemType {
|
||||
ARMOR,
|
||||
TOOL,
|
||||
OTHER
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
package com.gmail.nossr50.skills.repair;
|
||||
|
||||
public enum RepairMaterialType {
|
||||
STRING,
|
||||
LEATHER,
|
||||
WOOD,
|
||||
STONE,
|
||||
IRON,
|
||||
GOLD,
|
||||
DIAMOND,
|
||||
OTHER
|
||||
}
|
Loading…
Reference in New Issue
Block a user