General cleanup (deprecated+whitespace)
By: Erik Broes <erikbroes@grum.nl>
This commit is contained in:
@@ -23,7 +23,7 @@ public class Dye extends MaterialData {
|
||||
public Dye(final Material type, final byte data) {
|
||||
super(type, data);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Gets the current color of this dye
|
||||
*
|
||||
@@ -41,4 +41,4 @@ public class Dye extends MaterialData {
|
||||
public void setColor(DyeColor color) {
|
||||
setData(color.getData());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user