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
|
@ -4,9 +4,7 @@ import java.nio.ByteBuffer;
|
|||
import java.nio.ByteOrder;
|
||||
import java.nio.FloatBuffer;
|
||||
|
||||
import game.ExtMath;
|
||||
import game.Game;
|
||||
import game.WCF;
|
||||
import game.block.Block;
|
||||
import game.entity.npc.EntityNPC;
|
||||
import game.entity.types.EntityLiving;
|
||||
|
@ -19,6 +17,8 @@ import game.renderer.entity.RenderManager;
|
|||
import game.renderer.entity.RenderNpc;
|
||||
import game.renderer.texture.TextureAtlasSprite;
|
||||
import game.renderer.texture.TextureMap;
|
||||
import game.util.ExtMath;
|
||||
import game.window.WCF;
|
||||
import game.world.BlockPos;
|
||||
import game.world.State;
|
||||
import game.world.Vec3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue