import net.minecraft.world.entity.player.Player; import net.minecraft.core.BlockPos; import net.minecraft.world.level.Level; import java.util.List; public class EntityHelper { public static List<Entity> getEntitiesAroundBlock(Level world, BlockPos blockPos, double radius) { ...