cleaning up my code a bit
This commit is contained in:
parent
abcdadc8d0
commit
d8d952691b
@ -1,6 +1,5 @@
|
||||
package nautilus.game.arcade.game;
|
||||
|
||||
import org.bukkit.Material;
|
||||
import org.bukkit.material.MaterialData;
|
||||
|
||||
public class GameOptionItem extends GameOption {
|
||||
@ -8,7 +7,6 @@ public class GameOptionItem extends GameOption {
|
||||
private MaterialData _optionMaterialData;
|
||||
|
||||
//GameOptionItem will be the parent class of any materials/tools/etc. that may need to be created as GameOptions
|
||||
@SuppressWarnings("deprecation")
|
||||
public GameOptionItem(MaterialData _optMat, String optName, String optDesc) {
|
||||
super(optName, optDesc);
|
||||
// TODO Auto-generated constructor stub
|
||||
|
Loading…
Reference in New Issue
Block a user