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
|
@ -1,6 +1,5 @@
|
|||
package game.tileentity;
|
||||
|
||||
import game.ExtMath;
|
||||
import game.color.TextColor;
|
||||
import game.entity.npc.EntityNPC;
|
||||
import game.inventory.Container;
|
||||
|
@ -12,6 +11,7 @@ import game.nbt.NBTTagList;
|
|||
import game.network.Packet;
|
||||
import game.packet.S35PacketUpdateTileEntity;
|
||||
import game.rng.Random;
|
||||
import game.util.ExtMath;
|
||||
|
||||
public abstract class TileEntityMachine extends TileEntityLockable implements IHopper, ITickable {
|
||||
public static enum Status {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue