@@ -15,25 +15,16 @@ public class CocoaPlant extends MaterialData implements Directional, Attachable
|
||||
}
|
||||
|
||||
public CocoaPlant() {
|
||||
super(Material.COCOA);
|
||||
super(Material.LEGACY_COCOA);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
public CocoaPlant(final int type) {
|
||||
super(type);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param type the raw type id
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
public CocoaPlant(final int type, final byte data) {
|
||||
public CocoaPlant(final Material type, final byte data) {
|
||||
super(type, data);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user