Remove deprecated methods
This commit is contained in:
@@ -77,24 +77,6 @@ public interface ICraftingManager {
|
|||||||
*/
|
*/
|
||||||
ICraftingPatternChainList createPatternChainList();
|
ICraftingPatternChainList createPatternChainList();
|
||||||
|
|
||||||
/**
|
|
||||||
* @deprecated Use {@link #request(Object, ItemStack, int)}
|
|
||||||
*/
|
|
||||||
@Nullable
|
|
||||||
@Deprecated
|
|
||||||
default ICraftingTask request(ItemStack stack, int amount) {
|
|
||||||
return request(null, stack, amount);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @deprecated Use {@link #request(Object, FluidStack, int)}
|
|
||||||
*/
|
|
||||||
@Nullable
|
|
||||||
@Deprecated
|
|
||||||
default ICraftingTask request(FluidStack stack, int amount) {
|
|
||||||
return request(null, stack, amount);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Schedules a crafting task if the task isn't scheduled yet.
|
* Schedules a crafting task if the task isn't scheduled yet.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user