deprecation annihilation

This commit is contained in:
Anuken
2022-02-14 22:29:55 -05:00
parent b07b81e8c5
commit 65161a4129
45 changed files with 28 additions and 1057 deletions

View File

@@ -41,10 +41,4 @@ public class ItemImage extends Stack{
public ItemImage(BlockStack stack){
this(stack.block.uiIcon, stack.amount);
}
/** @deprecated what the heck is this */
@Deprecated
public ItemImage(TextureRegion region){
add(new Image(region));
}
}