@@ -16,6 +16,11 @@ public class NetherWarts extends MaterialData {
|
||||
setState(state);
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
public NetherWarts(final int type) {
|
||||
super(type);
|
||||
}
|
||||
@@ -24,10 +29,20 @@ public class NetherWarts extends MaterialData {
|
||||
super (type);
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
public NetherWarts(final int type, final byte data) {
|
||||
super(type, data);
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
public NetherWarts(final Material type, final byte data) {
|
||||
super(type, data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user