Removed superfluous IAEStack methods

This commit is contained in:
yueh
2020-07-07 12:12:48 +02:00
parent 92fb39d53a
commit 235fc2e81f
3 changed files with 1 additions and 31 deletions
@@ -179,17 +179,7 @@ public interface IAEStack<T extends IAEStack<T>> {
T empty();
/**
* @return true if the stack is a {@link IAEItemStack}
*/
boolean isItem();
/**
* @return true if the stack is a {@link IAEFluidStack}
*/
boolean isFluid();
/**
* @return ITEM or FLUID
* @return The {@link IStorageChannel} backing this stack.
*/
IStorageChannel<T> getChannel();