initial c to java port package cleanup, WCF func adjust
This commit is contained in:
parent
6c59ca5d73
commit
2d1df55e65
330 changed files with 397 additions and 8199 deletions
|
@ -3,13 +3,13 @@ package game.inventory;
|
|||
import java.util.List;
|
||||
import java.util.Set;
|
||||
|
||||
import game.ExtMath;
|
||||
import game.collect.Lists;
|
||||
import game.collect.Sets;
|
||||
import game.entity.npc.EntityNPC;
|
||||
import game.item.Item;
|
||||
import game.item.ItemStack;
|
||||
import game.tileentity.TileEntity;
|
||||
import game.util.ExtMath;
|
||||
|
||||
public abstract class Container
|
||||
{
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
package game.inventory;
|
||||
|
||||
import game.ExtMath;
|
||||
import game.entity.item.EntityXp;
|
||||
import game.entity.npc.EntityNPC;
|
||||
import game.init.Config;
|
||||
import game.init.SmeltingRegistry;
|
||||
import game.item.ItemStack;
|
||||
import game.util.ExtMath;
|
||||
|
||||
public class SlotFurnaceOutput extends Slot
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue