initial c to java port package cleanup, WCF func adjust

This commit is contained in:
Sen 2025-03-11 10:26:48 +01:00
parent 6c59ca5d73
commit 2d1df55e65
330 changed files with 397 additions and 8199 deletions

View file

@ -3,7 +3,6 @@ package game.entity.npc;
import java.util.List;
import java.util.function.Predicate;
import game.ExtMath;
import game.ai.EntityAIMoveThroughVillage;
import game.entity.DamageSource;
import game.entity.animal.EntityChicken;
@ -12,6 +11,7 @@ import game.entity.attributes.Attributes;
import game.entity.types.EntityLiving;
import game.init.Config;
import game.rng.Random;
import game.util.ExtMath;
import game.world.BlockPos;
import game.world.World;
import game.world.WorldServer;