Removing 14 deprecated methods per http://bit.ly/mO2f4d
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
@@ -33,17 +33,6 @@ public class Crops extends MaterialData {
|
||||
super(type, data);
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the current growth state of this crop
|
||||
*
|
||||
* @return CropState of this leave
|
||||
* @deprecated use {@link #getState()} instead
|
||||
*/
|
||||
@Deprecated
|
||||
public CropState getSpecies() {
|
||||
return getState();
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the current growth state of this crop
|
||||
*
|
||||
@@ -53,17 +42,6 @@ public class Crops extends MaterialData {
|
||||
return CropState.getByData(getData());
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the growth state of this crop
|
||||
*
|
||||
* @param state New growth state of this crop
|
||||
* @deprecated use {@link #setState(CropState)} instead
|
||||
*/
|
||||
@Deprecated
|
||||
public void setSpecies(CropState state) {
|
||||
setState(state);
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the growth state of this crop
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user