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

@ -2,7 +2,6 @@ package game.entity.projectile;
import java.util.List;
import game.ExtMath;
import game.block.Block;
import game.enchantment.EnchantmentHelper;
import game.entity.DamageSource;
@ -19,6 +18,7 @@ import game.item.ItemStack;
import game.material.Material;
import game.nbt.NBTTagCompound;
import game.renderer.particle.ParticleType;
import game.util.ExtMath;
import game.world.BlockPos;
import game.world.BoundingBox;
import game.world.HitPosition;